diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ea4c6b26..b26f955eb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -516,6 +516,13 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>.  	</li>  	<li> +	Errorlist lexer highlights warning messages from the Microsoft linker. +	</li> +	<li> +	On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates +	source code directives. +	</li> +	<li>  	Lua lexer includes '&' and '|' bitwise operators for Lua 5.3.  	<a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>.  	</li> | 
