diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-28T11·56+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-28T11·56+0000 |
commit | 1dacd427cd2d149fe46e0cb43ca45bb9344de2f7 (patch) | |
tree | 68a4387feb6ff60bd8bf114d17283dcc553a939d | |
parent | ea6bf0c21fc08ea269514fa9788f8f05fcc54fb5 (diff) |
Update release notes, set version for 1.6.1 release
-rw-r--r-- | doc/manual/release-notes.xml | 7 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index c9cab2eef3b4..5d057881dbc0 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> diff --git a/version b/version index 7c483e8f4f02..2eda823ff528 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7 \ No newline at end of file +1.6.1 \ No newline at end of file |