diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b26f955eb..6a6ab5ec5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,8 +527,13 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>. </li> <li> - Perl lexer allows '_' for subroutine prototypes. - <a href="http://sourceforge.net/p/scintilla/bugs/1791/">Bug #1791</a>. + Perl lexer updated for Perl 5.20 and 5.22.<br /> + Allow '_' for subroutine prototypes. + <a href="http://sourceforge.net/p/scintilla/bugs/1791/">Bug #1791</a>.<br /> + Double-diamond operator <<>>.<br /> + Hexadecimal floating point literals.<br /> + Repetition in list assignment. + <a href="http://sourceforge.net/p/scintilla/bugs/1793/">Bug #1793</a>. </li> <li> Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple |