diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-22 09:14:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-22 09:14:10 +1000 |
commit | 475f60a003f57b4ebc2536dcb69512c19b038fa3 (patch) | |
tree | 5929ecb503c6e94977fa9dfc9e213288adcc7e71 | |
parent | 9d67920dbd7d951b2de4da1b3d68f12b42999153 (diff) | |
download | scintilla-mirror-475f60a003f57b4ebc2536dcb69512c19b038fa3.tar.gz |
Feature [feature-requests:#1297] Explain in change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7e9da5464..d86275450 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -562,6 +562,12 @@ Released 13 June 2019. </li> <li> + Scintilla.iface adds line and pointer types, increases use of the position type, uses enumeration + types in methods and properties, and adds enumeration aliases to produce better CamelCase + identifiers. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1297/">Feature #1297</a>. + </li> + <li> Lexer added for DataFlex. <a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>. </li> |