forked from mawww/kakoune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog.asciidoc should track major/breaking changes between versions.
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/pages/changelog.asciidoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= Changelog | ||
|
||
This changelog contains major and/or breaking changes to Kakoune between | ||
released versions. | ||
|
||
== Development version | ||
|
||
* The `-allow-override` switch from `define-command` has been renamed | ||
`-override`. | ||
|
||
* The search prompt uses buffer word completion so that fuzzy completion | ||
can be used to quickly search for a buffer word. | ||
|
||
== Kakoune 2018.04.13 | ||
|
||
First official Kakoune release. |