aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/release-notes.xml7
-rw-r--r--version2
2 files changed, 7 insertions, 2 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>
diff --git a/version b/version
index 7c483e8f4..2eda823ff 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.7 \ No newline at end of file
+1.6.1 \ No newline at end of file