diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-09-03 14:11:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 14:11:41 +0200 |
commit | 787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125 (patch) | |
tree | 17d9fd819772d79888acf90906621f03442de360 /CHANGELOG.md | |
parent | a9dac6b5f78400c1f73c165a5f061a01a595bdbf (diff) | |
download | luasystem-787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125.tar.gz luasystem-787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125.tar.bz2 luasystem-787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125.zip |
fix(makefile): include all objects (#36)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 048e228..edc6ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -28,6 +28,10 @@ The scope of what is covered by the version number excludes: | |||
28 | 28 | ||
29 | ## Version history | 29 | ## Version history |
30 | 30 | ||
31 | ### unreleased | ||
32 | |||
33 | - Fix: include all objects in Makefile | ||
34 | |||
31 | ### version 0.4.3, released 28-Aug-2024 | 35 | ### version 0.4.3, released 28-Aug-2024 |
32 | 36 | ||
33 | - Chore: add compiler error on Windows if Virtual Terminal Processing is unavailable. | 37 | - Chore: add compiler error on Windows if Virtual Terminal Processing is unavailable. |