diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-01-02 11:43:36 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-01-02 11:43:36 +1100 | 
| commit | cce919044af9242ef2de46ea9241e936a36879be (patch) | |
| tree | fa6a8e7189f5ab6fd3a9d10bec0c5650b8a7c9e2 | |
| parent | 1729c1824c5d45cd846f917158de42ce4d1f01aa (diff) | |
| download | scintilla-mirror-cce919044af9242ef2de46ea9241e936a36879be.tar.gz | |
Change log for Python lexer.
| -rw-r--r-- | doc/ScintillaHistory.html | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fad86d60e..29611b466 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -518,6 +518,18 @@        </li>      </ul>      <h3> +       <a href="http://www.scintilla.org/scite373.zip">Release 3.7.3</a> +    </h3> +    <ul> +	<li> +	Released 30 December 2016. +	</li> +	<li> +	The Python lexer partly supports f-strings, allows Unicode identifiers, and no longer allows @1 to be a decorator. +	<a href="http://sourceforge.net/p/scintilla/bugs/1848/">Bug #1848</a>. +	</li> +    </ul> +    <h3>         <a href="http://www.scintilla.org/scite372.zip">Release 3.7.2</a>      </h3>      <ul>  | 
