summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Rubin <joshua@rubixconsulting.com>2016-11-29 00:42:28 -0700
committerPeter Stephenson <pws@zsh.org>2016-11-29 17:19:53 +0000
commit596ba302e6f23089e58ff05d75fedfca8e79a7d2 (patch)
treebcb6eed9607546237569565b46e68fc4bff01cce /ChangeLog
parent110ffae9fefa1367af4fdcc90a456de23b92436c (diff)
downloadzsh-596ba302e6f23089e58ff05d75fedfca8e79a7d2.tar.gz
zsh-596ba302e6f23089e58ff05d75fedfca8e79a7d2.tar.xz
zsh-596ba302e6f23089e58ff05d75fedfca8e79a7d2.zip
40037: Unicode 9 character width support.
Enable with --enable-unicode9.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d5f61198..27c35849a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-29  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 40037: Joshua Rubin: Unicode 9 character width support.
+	Needs enabling with --enable-unicode9.
+
 	* 40035: Eitan Adler: Cosmetic fixes mostly for duplication in
 	comments and documentation.