From d267db0d758c7a926168cacdbaa7a9800564af11 Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Wed, 12 Apr 2017 18:01:43 -0400 Subject: [PATCH] Move note about float support out of the wrong release notes Looks like this snuck into the 1.11 release notes post-release, but float support isn't actually present until 1.12. --- doc/manual/release-notes/rl-1.11.xml | 7 ------- doc/manual/release-notes/rl-1.12.xml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/manual/release-notes/rl-1.11.xml b/doc/manual/release-notes/rl-1.11.xml index efb03d61..fe422dd1 100644 --- a/doc/manual/release-notes/rl-1.11.xml +++ b/doc/manual/release-notes/rl-1.11.xml @@ -121,13 +121,6 @@ $ diffoscope /nix/store/11a27shh6n2i…-zlib-1.2.8 /nix/store/11a27shh6n2i…-zl also improves performance. - - The Nix language now supports floating point numbers. They are - based on regular C++ float and compatible with - existing integers and number-related operations. Export and import to and - from JSON and XML works, too. - - All "chroot"-containing strings got renamed to "sandbox". In particular, some Nix options got renamed, but the old names diff --git a/doc/manual/release-notes/rl-1.12.xml b/doc/manual/release-notes/rl-1.12.xml index d6864b3f..b7f45fc4 100644 --- a/doc/manual/release-notes/rl-1.12.xml +++ b/doc/manual/release-notes/rl-1.12.xml @@ -17,6 +17,13 @@ have write access to the Nix database. + + The Nix language now supports floating point numbers. They are + based on regular C++ float and compatible with + existing integers and number-related operations. Export and import to and + from JSON and XML works, too. + + This release has contributions from TBD.