changeset: 105236:0d2b42344ae5 branch: 3.6 parent: 105234:58c1a49a10b4 user: Gregory P. Smith [Google Inc.] date: Sun Nov 20 21:16:41 2016 +0000 files: Misc/NEWS description: move the enable-optimizations mention to the correct Build section. diff -r 58c1a49a10b4 -r 0d2b42344ae5 Misc/NEWS --- a/Misc/NEWS Sun Nov 20 21:13:16 2016 +0000 +++ b/Misc/NEWS Sun Nov 20 21:16:41 2016 +0000 @@ -90,6 +90,8 @@ Build ----- +- Issue #26359: Rename --with-optimiations to --enable-optimizations. + - Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth Rees. @@ -931,8 +933,6 @@ Build ----- -- Issue #26359: Rename --with-optimiations to --enable-optimizations. - - Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) - Issue #27705: Update message in validate_ucrtbase.py