commit a01c5fa346c91c98edc82000e2028e385b7a3718
parent 75ddd67ec2b71f649584a0c0f06cea7d4a852492
Author: Ayush Agarwal <ayush@ayushnix.com>
Date: Tue, 5 Mar 2024 20:22:16 +0530
changelog: add changelog for v2.2.3
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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