diff options
author | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 20:22:16 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@ayushnix.com> | 2024-03-05 20:22:16 +0530 |
commit | a01c5fa346c91c98edc82000e2028e385b7a3718 (patch) | |
tree | b25f0cb214355c4ab885c52b714f7a3c060c5f3c | |
parent | 75ddd67ec2b71f649584a0c0f06cea7d4a852492 (diff) |
changelog: add changelog for v2.2.3
-rw-r--r-- | CHANGELOG.md | 6 |
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 |