diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-12-18 02:50:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-12-18 05:54:35 +0000 |
commit | 9e0790c5060c5346039f92f4c9d97a2dbc7316ed (patch) | |
tree | f1aef647845732c05ca6848549b099f907fd4c53 /CHANGELOG.md | |
parent | 50b30371a307652105982b1a97a77dbe689d529e (diff) | |
download | luasystem-0.4.5.tar.gz luasystem-0.4.5.tar.bz2 luasystem-0.4.5.zip |
Release v0.4.5v0.4.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8d071..9a64d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -28,6 +28,11 @@ The scope of what is covered by the version number excludes: | |||
28 | 28 | ||
29 | ## Version history | 29 | ## Version history |
30 | 30 | ||
31 | ### version 0.4.5, released 18-Dec-2024 | ||
32 | |||
33 | - Fix: suppress a warning when building with clang | ||
34 | - Fix: do not rely on luaconf.h to include limits.h, fixes builds with latest LuaJIT (#38). | ||
35 | |||
31 | ### version 0.4.4, released 03-Sep-2024 | 36 | ### version 0.4.4, released 03-Sep-2024 |
32 | 37 | ||
33 | - Fix: include all objects in Makefile | 38 | - Fix: include all objects in Makefile |