aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@ayushnix.com>2024-03-05 20:22:16 +0530
committerAyush Agarwal <ayush@ayushnix.com>2024-03-05 20:22:16 +0530
commita01c5fa346c91c98edc82000e2028e385b7a3718 (patch)
treeb25f0cb214355c4ab885c52b714f7a3c060c5f3c
parent75ddd67ec2b71f649584a0c0f06cea7d4a852492 (diff)
changelog: add changelog for v2.2.3
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7938e6..eb26737 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.3] - 2024-03-05
+
+### Fixed
+
+- make parsing regex even more lax, parse all `[[:print:]]` characters as values in the config file
+
## [2.2.2] - 2024-03-05
### Added