aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-29 19:02:48 +0000
committermerakor <cem@ckyln.com>2020-05-29 19:02:48 +0000
commit414cf8ac051cd3eab49b147e0e6823373e072985 (patch)
treeecd3d6d79aaaff6871ab6a6a5d32fac0f02912dc /CHANGELOG.md
parentf6ec1228301eed7aedeed564526074b57aaf7796 (diff)
downloadcpt-414cf8ac051cd3eab49b147e0e6823373e072985.tar.gz
kiss: bump version2.1.0
FossilOrigin-Name: edebc48269d96aabe9dbce1293400a3dbf97afb67b44b82c3b683a2a59cc2d29
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2baa9b6..4939ac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,20 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+2.1.0 - 2020-05-29
+------------------
+
+### Added
+- Added '$2' '$3' for build scripts which specifies version and architecture information.
+
+### Changed
+- `kiss-chroot` now sets architecture based on the system
+- Updated documentation
+
+### Removed
+- Removed strip messages
+
+
2.0.0 - 2020-05-28
------------------