about summary refs log blame commit diff
path: root/doc/manual/release-notes/rl-1.12.xml
blob: b7f45fc44a3631dfd2e67d10a80c0fac56305462 (plain) (tree)


















                                                                        






                                                                             




                                                     
<section xmlns="http://docbook.org/ns/docbook"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      version="5.0"
      xml:id="ssec-relnotes-1.12">

<title>Release 1.12 (TBA)</title>

<para>This release has the following new features:</para>

<itemizedlist>

  <listitem>
    <para>It is no longer necessary to set the
    <envar>NIX_REMOTE</envar> environment variable if you need to use
    the Nix daemon. Nix will use the daemon automatically if you don’t
    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>

</section>