summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2022-04-24 12:52:40 -0230
committerTim Oram <dev@mitmaro.ca>2022-04-24 13:01:53 -0230
commit4a76e490e0f7c7108187a303b35aea3a65103a8c (patch)
tree8f3d4c72d449cb05e7c7d3e627f949cff57ff3bb
parent89bf4a28a274dd9d0d7640ff7bc83da6419bec9e (diff)
Update changelog for 2.2.0 release
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61638d8..8b8273e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
-## [2.2.0] - 2022-04-15
+## [2.2.0] - 2022-04-21
### Added
- Added mew keybindings for customizing the scrolling the view. ([#647](https://github.com/MitMaro/git-interactive-rebase-tool/pull/647))
+- Multiple non-specific performance improvements.
### Removed
- `ctrl-d` keybinding, since it conflicts with the `ctrl-d` keybinding in Vim. ([#648](https://github.com/MitMaro/git-interactive-rebase-tool/pull/648))
@@ -160,7 +161,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Initial project release
-[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.1.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...HEAD
+[2.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...2.1.0
[2.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...2.0.0
[1.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1