summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-30 10:00:03 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-30 10:00:03 -0700
commit13cbca4d748eb64e5e66b31593e006ac4ec5349b (patch)
tree5ffa770b34cf48442ef8bdafa37db20ea9c67619 /ChangeLog
parent1057218015c2388a90bfbe9baa8cfb90820a6d8c (diff)
downloadtxr-13cbca4d748eb64e5e66b31593e006ac4ec5349b.tar.gz
txr-13cbca4d748eb64e5e66b31593e006ac4ec5349b.tar.bz2
txr-13cbca4d748eb64e5e66b31593e006ac4ec5349b.zip
* txr.1: Clarified consecutive variables and documented double
variable match.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 723a3f2d..8b08e62d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-09-29 Kaz Kylheku <kaz@kylheku.com>
+ * txr.1: Clarified consecutive variables and documented double
+ variable match.
+
+2011-09-29 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l: Implemented backslash continuations in SPECIAL
state, regexes and string literals.