summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-27 00:50:22 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-27 00:50:22 -0400
commitbfaecb261a22fd0db341627c056f677bb8412e20 (patch)
tree1ac5993a4ab73e225264d9423506cac18c3140b1 /ChangeLog
parent12c1371bbbb2d8e6f693b3d2e1e5a91c32c63520 (diff)
downloadtxr-bfaecb261a22fd0db341627c056f677bb8412e20.tar.gz
txr-bfaecb261a22fd0db341627c056f677bb8412e20.tar.bz2
txr-bfaecb261a22fd0db341627c056f677bb8412e20.zip
Bug #34657
* txr.1: Added explanations about the differences between empty streams and empty lines, and to watch out when passing empty strings to @(next :string ...).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b76dd01..f6304ec5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-27 Kaz Kylheku <kaz@kylheku.com>
+
+ Bug #34657
+
+ * txr.1: Added explanations about the differences between
+ empty streams and empty lines, and to watch out when passing
+ empty strings to @(next :string ...).
+
2011-10-26 Kaz Kylheku <kaz@kylheku.com>
Bugfix: prepared_error_message variable needs to be gc-protected.