diff --git a/Changes b/Changes index 13c11559..db7b8cf3 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,43 @@ +=encoding utf8 + =head1 Devel::NYTProf Changes History of significant changes in Devel::NYTProf +=head2 Changes in Devel::NYTProf 6.10 - 9th May 2021 + +B This release is primarily focused on +upgrading the jquery used and improvements to F and the test +suite. + +=head3 Substantive + +L, based on bug report +L filed by +Matthew Musgrove and original patch submitted by Reini Urban. + +Eliminated some C++ build-time warnings through patches submitted by Reini +Urban. + +Officially discouraged use of F. While it remains in +the CPAN distribution, it is not exercised by the test suite and has not been +updated for many years. We are open to offers to spin it out to its own CPAN +distribution. + +=head3 Test Suite + +Skip 4 test files on (Linux) quadmath builds; profile data used in these tests +not (yet) appropriate. Thanks to Slaven Rezić and H. Merijn Brand for +discussion in L +and L. + +=head3 Housekeeping + +L: Added F +target C for more thorough testing of release tarball. + =head2 Changes in Devel::NYTProf 6.09 - 2nd May 2021 B modified to strip off more than one leading C<0>. Thanks to Shawn Laffan in GH 170. +C modified to strip off more than one +leading C<0>. Thanks to Shawn Laffan in GH 170. =head3 Test Suite All test files now run with C. -F are now skipped on longdouble builds and when C is not set. The profile data files these tests use do not work in those contexts. This should reduce the number of false negatives reported by CPANtesters. Thanks to Tinita for feedback in GH 169. +F are now skipped +on longdouble builds and when C is not set. The profile +data files these tests use do not work in those contexts. This should reduce +the number of false negatives reported by CPANtesters. Thanks to Tinita for +feedback in GH 169. -F transferred back to F but will only run when environmental variable C is set. +F transferred back to F but will only run when environmental +variable C is set. =head3 Housekeeping -Created environmental variable C to regulate when certain unit tests and test files are run. Created `make` targets C and C (an alias) to take advantage of this envvar. +Created environmental variable C to regulate when +certain unit tests and test files are run. Created `make` targets +C and C (an alias) to take advantage of this envvar. =head2 Changes in Devel::NYTProf 6.08 - 27th April 2021