Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Sep 20, 2020
1 parent 2fa853e commit eca8493
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Atom Feed](https://github.com/orbitalquark/scintillua/releases.atom)

### 4.4.5-1 (?)
### 4.4.5-1 (19 Sep 2020)

Download:

Expand All @@ -14,6 +14,7 @@ Bugfixes:

Changes:

* Scintillua supports the [Lexilla][] interface.
* Deprecated `lexer.fold_line_comments()` in favor of
[`lexer.fold_consecutive_lines()`][].
* Added `fold.line.groups` property and [`lexer.fold_line_groups`][] alias.
Expand All @@ -22,6 +23,7 @@ Changes:
* Updated to [Scintilla][]/[SciTE][] 4.4.5.

[Scintillua 4.4.5-1]: https://github.com/orbitalquark/scintillua/releases/download/scintillua_4.4.5-1/scintillua_4.4.5-1.zip
[Lexilla]: https://scintilla.org/ScintillaDoc.html#Lexilla
[`lexer.fold_consecutive_lines()`]: api.html#lexer.fold_consecutive_lines
[`lexer.fold_line_groups`]: api.html#lexer.fold_line_groups
[Scintilla]: https://scintilla.org
Expand Down

0 comments on commit eca8493

Please sign in to comment.