diff options
author | Stephane Chazelas <stephane.chazelas@gmail.com> | 2018-05-16 22:02:51 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-05-17 23:42:27 +0200 |
commit | 5ac1c6f555cff38499e0a6ac80b338df4ebe3047 (patch) | |
tree | 42db6d43f75d744f9c16092f4b6a078401deb57f /NEWS | |
parent | afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926 (diff) | |
download | zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.tar.gz zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.tar.xz zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.zip |
42790: make [[:blank:]] match non-ASCII blanks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 1db9da6f3..17868979b 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. -Changes from %.5 to 5.5.1 +Changes from 5.5.1 to FIXME +--------------------------- + +In shell patterns, [[:blank:]] now honours the locale instead of +matching exclusively on space and tab, like for the other POSIX +character classes or for extended regular expressions. + +Changes from 5.5 to 5.5.1 ------------------------- Apart from a fix for a configuration problem finding singal names from |