aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-06-08 07:40:52 +0000
committermerakor <cem@ckyln.com>2020-06-08 07:40:52 +0000
commitc0086daf6bc3de98fe2f0bb3c344cdddb598e7f0 (patch)
tree1d086d71c669c0cb1599dc5ca52b5e77edb5c587
parentb5d0b495583e0ea6adfdfcce8a540a621d8c00c5 (diff)
downloadcpt-c0086daf6bc3de98fe2f0bb3c344cdddb598e7f0.tar.gz
changelog: update
FossilOrigin-Name: ab52c7700d416ee22cff87b4991dbf61343271603fd781667f9dfb89d81fbdea
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 205ea69..110c275 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
+UNRELEASED
+----------
+
+### Added
+- Makefile configurations were moved to config.mk.
+
+### Changed
+- `kiss` no longer ignores musl and gcc on `fixdeps()`. This will result in a
+- Makefile now accepts `LIBS`, `LDFLAGS`, and `CFLAGS`
+
+### Fixed
+- `C89` compatibility on C programs.
+
+
2.1.2 - 2020-06-03
------------------