summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@ayushnix.com>2024-03-05 17:56:32 +0530
committerAyush Agarwal <ayush@ayushnix.com>2024-03-05 17:56:32 +0530
commitee5197aceb1a31c6fda91bfe5ec3ba52aafea404 (patch)
tree37e24d1ffdf70f58d27d92bc77086977f56dbce3
parentf0f27704007c3f8592fb2d38f90e80cd34de22fd (diff)
changelog: update the changelog for version 2.2.2
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54fb8a..a7938e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
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.2.2] - 2024-03-05
+
+### Added
+
+- add a config option to disable sending notifications, thanks @Croissong
+
+### Fixed
+
+- allow parsing characters like `*` in the config file to parse regexes correctly
+
+- fix broken indentation in manpage and ignored generated man pages using .gitignore, thanks @x4121
+
## [2.2.1] - 2023-03-30
### Fixed