about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-09-11 09:19:42 +0100
committerPeter Stephenson <pws@zsh.org>2015-09-11 09:19:42 +0100
commit7fca9bb05b5f612337f6b1863b585a9d026b6a61 (patch)
tree4b5cf72334cb5cc959820262f50a1f8ae106b482 /NEWS
parentc088906423ba22eef8d57c84b396f8d5be83ca45 (diff)
downloadzsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.tar.gz
zsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.tar.xz
zsh-7fca9bb05b5f612337f6b1863b585a9d026b6a61.zip
Update news for 5.1.1 with minor features just added.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 172380d4b..7b2994b6b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,18 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
-There are no significant changes between 5.1 and 5.1.1.
+Changes from 5.1 to 5.1.1
+-------------------------
+
+5.1.1 is primarily a bug fix release; however, a few minor features were
+added.
+
+The ZLE variables YANK_ACTIVE, YANK_START and YANK_END have been added
+and are useful for managing highlighting.
+
+The zsh-specific pattern match range tests have been supplemented with
+[:INCOMPLETE:] and [:INVALID:] to help detect the state of partially
+read multibyte character strings.
 
 Changes from 5.0.8 to 5.1
 -------------------------