diff options
author | Neil <nyamatongwe@gmail.com> | 2018-10-18 09:56:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-10-18 09:56:15 +1100 |
commit | 3ff5910b2306157586cea835863e90fe8005f897 (patch) | |
tree | ec5a0d9974efef99a7c95c179748ab873d0c175e /doc/ScintillaHistory.html | |
parent | d412921c99ea182435fee77f2da3cc4109ef2d10 (diff) | |
download | scintilla-mirror-3ff5910b2306157586cea835863e90fe8005f897.tar.gz |
Backport: Updated case conversion and character categories to Unicode 11.
Fixed history by moving new items into the pending version.
Backport of changeset 7120:3d7ba41494e8.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8f4cc6386..3a371b5b9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -564,6 +564,9 @@ still remaining responsive. </li> <li> + Updated case conversion and character categories to Unicode 11. + </li> + <li> C++ lexer fixes evaluation of "#elif". <a href="https://sourceforge.net/p/scintilla/bugs/2045/">Bug #2045</a>. </li> |