commit 00ee9e96baa5e8bfcb13f46142fc9b26fbc98c85 parent 8ef092d8a9c026ade9dd7bb3787d6215ee94243a Author: Cem Keylan <cem@ckyln.com> Date: Mon, 8 Jun 2020 10:40:53 +0300 changelog: update Diffstat:
M | CHANGELOG.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git 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 ------------------