about summary refs log tree commit diff
path: root/doc/manual/release-notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r--doc/manual/release-notes.xml6
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>