diff options
author | Neil <nyamatongwe@gmail.com> | 2017-04-05 17:12:52 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-04-05 17:12:52 +1000 |
commit | a1e477e3ba5fac50cf5c622aba80059d8c2f7a0f (patch) | |
tree | a42aa909ad11ec0bffed744b782aefa93eb46fb2 | |
parent | 9397ad87a1aae0e06224c3050ed86f169303fa09 (diff) | |
download | scintilla-mirror-a1e477e3ba5fac50cf5c622aba80059d8c2f7a0f.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index af98c0da6..882b1a3e8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -533,6 +533,10 @@ Updated case conversion and character categories to Unicode 9. </li> <li> + The PowerShell lexer recognizes escaped quotes in strings. + <a href="http://sourceforge.net/p/scintilla/bugs/1929/">Bug #1929</a>. + </li> + <li> The Python lexer recognizes identifiers more accurately when they include non-ASCII characters. </li> <li> |