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.
This commit is contained in:
Benjamin Staffin 2017-04-12 18:01:43 -04:00
parent 23304f527a
commit d267db0d75
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A
2 changed files with 7 additions and 7 deletions

View File

@ -121,13 +121,6 @@ $ diffoscope /nix/store/11a27shh6n2i…-zlib-1.2.8 /nix/store/11a27shh6n2i…-zl
also improves performance.</para>
</listitem>
<listitem>
<para>The Nix language now supports floating point numbers. They are
based on regular C++ <literal>float</literal> and compatible with
existing integers and number-related operations. Export and import to and
from JSON and XML works, too.
</para>
</listitem>
<listitem>
<para>All "chroot"-containing strings got renamed to "sandbox".
In particular, some Nix options got renamed, but the old names

View File

@ -17,6 +17,13 @@
have write access to the Nix database.</para>
</listitem>
<listitem>
<para>The Nix language now supports floating point numbers. They are
based on regular C++ <literal>float</literal> and compatible with
existing integers and number-related operations. Export and import to and
from JSON and XML works, too.
</para>
</listitem>
</itemizedlist>
<para>This release has contributions from TBD.</para>