diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rwxr-xr-x | kiss | 2 |
2 files changed, 4 insertions, 2 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 @@ -1569,7 +1569,7 @@ args() { l|list) pkg_list "$@" ;; u|update) pkg_updates ;; s|search) for pkg do pkg_find "$pkg" all; done ;; - v|version) log kiss 2.1.2 ;; + v|version) log kiss 2.2.0 ;; h|help|-h|--help|'') exec 2>&1 |