aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-06-09 23:59:29 +0000
committermerakor <cem@ckyln.com>2020-06-09 23:59:29 +0000
commitcb7e1c515d1f7d73ca221fa041cf9d93113accd8 (patch)
tree9db3d240ed33eaec55b1328ffa8e429863dbf2a8 /CHANGELOG.md
parent24b52d0b289a6ca1e5b7a135273230d4ecbf1635 (diff)
downloadcpt-2.2.0.tar.gz
kiss: bump version2.2.0
FossilOrigin-Name: ec7893008f787984b60d0c8d3c1af809e0c08e08aca348eee50e82d7998fc44a
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 258c22b..982a77b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
+2.2.0 - 2020-06-10
--------------------------------------------------------------------------------
### Added
@@ -25,6 +25,8 @@ UNRELEASED
### Fixed
- `C89` compatibility on C programs.
+- Fixed an alternatives issue where a file containing special regular expression
+ characters (such as `/usr/bin/[`) would result in a manifest deletion.
2.1.2 - 2020-06-03