aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-02-06 19:11:50 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2025-02-06 21:03:47 +0100
commit9160d1211f7ff51d08a039239b744da684ae70c2 (patch)
tree504ecde575478626635850e40bf09dff71927b7e /CHANGELOG.md
parent9e0790c5060c5346039f92f4c9d97a2dbc7316ed (diff)
downloadluasystem-9160d1211f7ff51d08a039239b744da684ae70c2.tar.gz
luasystem-9160d1211f7ff51d08a039239b744da684ae70c2.tar.bz2
luasystem-9160d1211f7ff51d08a039239b744da684ae70c2.zip
fix(terminal): failing NetBSD compilation, missing symbols
fixes #43
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a64d29..7ae7189 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: NetBSD fix compilation, undeclared directives
34
31### version 0.4.5, released 18-Dec-2024 35### version 0.4.5, released 18-Dec-2024
32 36
33- Fix: suppress a warning when building with clang 37- Fix: suppress a warning when building with clang