aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auto.def2
-rw-r--r--jim_tcl.txt8
2 files changed, 7 insertions, 3 deletions
diff --git a/auto.def b/auto.def
index 1b06f04..b4704d0 100644
--- a/auto.def
+++ b/auto.def
@@ -1,7 +1,7 @@
# vim:se syn=tcl:
#
-define JIM_VERSION 83
+define JIM_VERSION 84
options-defaults {
silent-rules 1
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 66100ca..ca90508 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3,7 +3,7 @@ Jim Tcl(n)
NAME
----
-Jim Tcl v0.83 - reference manual for the Jim Tcl scripting language
+Jim Tcl v0.83+ - reference manual for the Jim Tcl scripting language
SYNOPSIS
--------
@@ -52,8 +52,12 @@ Some notable differences with Tcl 8.5/8.6/8.7 are:
RECENT CHANGES
--------------
-Changes since 0.82
+Changes since 0.83
~~~~~~~~~~~~~~~~~~
+None
+
+Changes between 0.82 and 0.83
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Multi-level `break` and `continue` are now supported
2. `info frame` now only returns 'proc' levels
3. `stacktrace` is now a builtin command