diff options
-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 |