diff options
author | Shea Levy <shea@shealevy.com> | 2014-01-22T00·33+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T13·06+0100 |
commit | 733214144a7a910001c1c82683db780853bac9b1 (patch) | |
tree | ee875c5888232ecc42b2ac6045a4725ce82b481c /doc/manual/release-notes.xml | |
parent | 42eb4afd7a38f3024a66da037d9f39859f7bd8f3 (diff) |
Document dynamic attributes
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 37bb730f4063..56f7bd65490d 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -21,6 +21,12 @@ <listitem><para><command>nix-setuid-helper</command> is gone.</para></listitem> + <listitem><para>Now antiquotation is allowed inside of quoted + attribute names (e.g. <literal>set."${foo}"</literal>). In the + case where the attribute name is just a single antiquotation, + the quotes can be dropped (e.g. the above example can be written + <literal>set.${foo}</literal>).</para></listitem> + </itemizedlist> </section> |