diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-18T23·03+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-18T23·04+0100 |
commit | 77c13cdf566ffedc70d8860571afae8a6d43b552 (patch) | |
tree | 80d2c35c450911d0401e8a95d28ff9d8904b53fc /doc/manual/release-notes.xml | |
parent | 285df765b91588e39d6f35a32e30b84c3cb5be75 (diff) |
Add a toJSON primop
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 3db083870405..37bb730f4063 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -13,6 +13,11 @@ <itemizedlist> + <listitem> + <para>New built-in function: <function>builtins.toJSON</function>, + which returns a JSON representation of a value.</para> + </listitem> + <listitem><para><command>nix-setuid-helper</command> is gone.</para></listitem> |