diff options
author | merakor <cem@ckyln.com> | 2020-06-08 08:24:09 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-06-08 08:24:09 +0000 |
commit | ba64b117fe900b7a19954e0a3afdbbbb90d275ee (patch) | |
tree | bf3ff8749ff22d5a1c834edc93cacfbc9435359b | |
parent | 5e0f4a31787c2d70d6315bcd3b8269ecc28fe16b (diff) | |
download | cpt-ba64b117fe900b7a19954e0a3afdbbbb90d275ee.tar.gz |
changelog: update
FossilOrigin-Name: 59b019013756e55e4fa9b2638f057dbc518cf453be87b806b8c6826a7d598521
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 980650c..792a12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,12 @@ UNRELEASED - 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` +- `kiss` no longer ignores musl and gcc on `fixdeps()`. This will result in an + influx of musl dependencies. But you will be needing the C library to be + installed anyway if you want your programs to work. If your program links + to `libgcc`, you will need the gcc package for that given program to function. +- Makefile now accepts `LIBS`, `LDFLAGS`, and `CFLAGS`. +- Updated documentation. ### Fixed - `C89` compatibility on C programs. |