diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-11-20 17:32:38 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-11-20 17:32:38 +1100 | 
| commit | 7f872570ea7a2855e3bb603eb53f2250097efadc (patch) | |
| tree | d943a9b5731705a0e4d5daccba19a65df3582212 | |
| parent | e6010657a470a0575a7be23e730b6e9867f9f26c (diff) | |
| download | scintilla-mirror-7f872570ea7a2855e3bb603eb53f2250097efadc.tar.gz | |
SciTE change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 55b23216a..5ff4206a0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,7 @@  	<td>maboroshin</td>  	<td>Gokul Krishnan</td>  	<td>John Horigan</td> +	<td>jj5</td>      </tr>      </table>      <p> @@ -583,6 +584,10 @@  	<li>  	Improve performance of text insertion when Unicode line indexing off.  	</li> +	<li> +	On Linux, enable Lua to access dynamic libraries. +	<a href="https://sourceforge.net/p/scintilla/bugs/2058/">Bug #2058</a>. +	</li>      </ul>      <h3>         <a href="https://www.scintilla.org/scite412.zip">Release 4.1.2</a> | 
