aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/release-notes')
-rw-r--r--doc/manual/release-notes/rl-1.11.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual/release-notes/rl-1.11.xml b/doc/manual/release-notes/rl-1.11.xml
index aa9a3e101..fb6e4abfe 100644
--- a/doc/manual/release-notes/rl-1.11.xml
+++ b/doc/manual/release-notes/rl-1.11.xml
@@ -11,6 +11,13 @@ features:</para>
<itemizedlist>
<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
are still accepted as lower-priority aliases.