From 70a6aacfd32de5585836ca71c07b7b959fedd948 Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Thu, 8 Jul 2021 14:02:53 -0400 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baff99e..d5a5d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.5] - 2021-07-03 + +### Changed + +- use `/usr/bin/env bash` to make installer more portable +- Stop using a custom `packer.nvim` branch +- Relicense project to `GPLv2` + +### Fixed + +- `nvim-compe` keybinds mappings +- `nvim-telescope` plugin breaking changes, updated configurations + ## [2.3.4] - 2021-07-03 ### Changed @@ -295,7 +308,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial stable release -[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.2...HEAD +[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.5...develop +[2.3.5]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.4...v2.3.5 +[2.3.4]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.3...v2.3.4 +[2.3.3]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.2.0...v2.3.0