aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-04-24 21:39:22 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-04-25 22:33:42 +0200
commit16901492076ebf4d2a13e4c1ece629cc1076dc1e (patch)
tree4439f89693ce2ab185ad5be7039e9aa011713762 /CHANGELOG.md
parent6272094bc7265262cbca8363b425531ad0170caa (diff)
downloadluasystem-fix/errorhandling.tar.gz
luasystem-fix/errorhandling.tar.bz2
luasystem-fix/errorhandling.zip
fix(term): improved errorhandling, more descriptivefix/errorhandling
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75ab9f9..fce2d0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,11 @@ The scope of what is covered by the version number excludes:
27 27
28## Version history 28## Version history
29 29
30### version 0.x.x, unreleased
31
32- Fix: improve error messages and handling on Windows.
33 See [#85](https://github.com/lunarmodules/luasystem/pull/85).
34
30### version 0.7.0, released 17-Feb-2026 35### version 0.7.0, released 17-Feb-2026
31 36
32- Fix: remove two unused-variable warnings. 37- Fix: remove two unused-variable warnings.