diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-11-04T16·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-11-04T16·52+0000 |
commit | 1ff8758f762367ffd2517ce7d9d63c6c9746a0ee (patch) | |
tree | cf027ddb5fe309e64b1368f9e4a27112b113f372 /doc/manual/release-notes.xml | |
parent | 8520542071d9ec4c5cc088f9a604d051f4880796 (diff) |
* Manual updates.
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index bf79840d84da..81543d313e07 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,7 +8,7 @@ <!--==================================================================--> -<section xml:id="ssec-relnotes-0.13"><title>Release 0.13 (September NN, +<section xml:id="ssec-relnotes-0.13"><title>Release 0.13 (November 4, 2009)</title> <para>This is primarily a bug fix release. It has some new @@ -85,7 +85,25 @@ features:</para> add a string to stack traces — useful for debugging), <varname>builtins.isBool</varname>, <varname>builtins.isString</varname>, - <varname>builtins.isInt</varname>.</para> + <varname>builtins.isInt</varname>, + <varname>builtins.intersectAttrs</varname>.</para> + </listitem> + + <listitem> + <para>OpenSolaris support (Sander van der Burg).</para> + </listitem> + + <listitem> + <para>Stack traces are no longer displayed unless the + <option>--show-trace</option> option is used.</para> + </listitem> + + <listitem> + <para>The scoping rules for <literal>inherit + (<replaceable>e</replaceable>) ...</literal> in recursive + attribute sets have changed. The expression + <replaceable>e</replaceable> can now refer to the attributes + defined in the containing set.</para> </listitem> </itemizedlist> |