diff options
author | nyamatongwe <unknown> | 2013-06-13 14:20:56 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-06-13 14:20:56 +1000 |
commit | 94ecb8c5020fb77da31a4d0d4ba2f4aac6c5ee81 (patch) | |
tree | d990bda89dcb640ab50f42648bd37e7a3936e6a4 | |
parent | 40001d9a50daae00022640a7abb8f9508022577a (diff) | |
download | scintilla-mirror-94ecb8c5020fb77da31a4d0d4ba2f4aac6c5ee81.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 49e270fcc..058437278 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -461,6 +461,10 @@ Word wrap bug fixed where the last line could be shown twice. </li> <li> + Minor memory leak fixed. + <a href="http://sourceforge.net/p/scintilla/bugs/1487/">Bug #1487</a>. + </li> + <li> Fixed SciTE on GTK+ bug where a tool command could be performed using the keyboard while one was already running leading to confusion and crashes. <a href="http://sourceforge.net/p/scintilla/bugs/1486/">Bug #1486</a>. |