From 4088b825f38ef1637f9637e8b93ebdad1a3a792d Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Tue, 4 May 2021 23:03:21 -0400 Subject: [PATCH] docs: update docs & changelog --- CHANGELOG.md | 14 +++++++++++++- doc/doom_nvim.txt | 6 ++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e947bae6a..7f2f689ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.5] - 2021-05-04 + +### Changed + +- Installation script will not install packer anymore, it'll be installed by Doom + when started for the first time + +### Fixed + +- Now core plugins will be installed at first start + ## [2.1.4] - 2021-05-04 ### Fixed @@ -184,7 +195,8 @@ 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.1.4...HEAD +[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.5...HEAD +[2.1.5]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.4...v2.1.5 [2.1.4]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.3...v2.1.4 [2.1.3]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.0...v2.1.2 diff --git a/doc/doom_nvim.txt b/doc/doom_nvim.txt index 03902d17a..a49f17535 100644 --- a/doc/doom_nvim.txt +++ b/doc/doom_nvim.txt @@ -742,6 +742,12 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.html). +- 2.1.5 + - Changed + - Installation script will not install packer anymore, it'll be installed by Doom + when started for the first time + - Fixed + - Now core plugins will be installed at first start - 2.1.4 - Fixed - TreeSitter syntax highlighting and indentation