aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bf5f47f2..87a1bc97 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,13 @@
+2016-02-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * sidebar.awk: Globally replace [[:space:]] with [ \t] so that
+ it will work with old versions of mawk (as found, boo!, on many
+ Debian-based distributions). Thanks to Yehezkel Bernat for
+ discovering and reporting the issue.
+
2016-02-20 Arnold D. Robbins <arnold@skeeve.com>
- * gawktexilin (Bracket Expressions): Add a small note about
+ * gawktexi.in (Bracket Expressions): Add a small note about
Unicode in bracket expressions.
2016-02-18 Arnold D. Robbins <arnold@skeeve.com>