diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 8ab756144..c0eb117a7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -550,6 +550,8 @@ <td>Hugues Larrive</td> <td>Prakash Sahni</td> <td>uhf7</td> + </tr><tr> + <td>Derek Brown</td> </tr> </table> <p> @@ -597,6 +599,10 @@ Fixed bug where layout caching was ineffective. <a href="https://sourceforge.net/p/scintilla/bugs/2197/">Bug #2197</a>. </li> + <li> + Added method for iterating through multiple vertical edges: SCI_GETMULTIEDGECOLUMN. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1350/">Feature #1350</a>. + </li> </ul> <h3> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.21.0/scintilla3210.zip/download">Release 3.21.0</a> |