summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bce8791014..885907d5c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-07-06 Konstantin Kharlamov <Hi-Angel@yandex.ru>
+
+ Replace manually crafted hex regexes with [:xdigit:]
+ * build-aux/gitlog-to-changelog (parse_amend_file)
+ (git_dir_option):
+ Replace various combinations of [0-9a-fA-F] with [[:xdigit:]].
+ This patch is backported from Emacs (Bug#36167).
+
2019-07-06 Bruno Haible <bruno@clisp.org>
error: Fix documentation.