aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/release-notes.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 11:56:21 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 11:56:21 +0000
commit1dacd427cd2d149fe46e0cb43ca45bb9344de2f7 (patch)
tree68a4387feb6ff60bd8bf114d17283dcc553a939d /doc/manual/release-notes.xml
parentea6bf0c21fc08ea269514fa9788f8f05fcc54fb5 (diff)
Update release notes, set version for 1.6.1 release
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r--doc/manual/release-notes.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index c9cab2eef..5d057881d 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -7,7 +7,7 @@
<!--==================================================================-->
-<section xml:id="ssec-relnotes-1.6.1"><title>Release 1.6.1 (TBA)</title>
+<section xml:id="ssec-relnotes-1.6.1"><title>Release 1.6.1 (October 28, 2013)</title>
<para>This is primarily a bug fix release. Changes of interest
are:</para>
@@ -62,6 +62,11 @@ are:</para>
on the call stack.</para>
</listitem>
+ <listitem>
+ <para>New built-in function: <function>builtins.typeOf</function>,
+ which returns the type of its argument as a string.</para>
+ </listitem>
+
</itemizedlist>
</section>