diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-25 08:57:18 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-25 09:07:00 +0200 |
commit | c832d2b857d4174d17247de837426d4cfc95ec2f (patch) | |
tree | c75db4014bb5c3e5e9397537f5b93b4e47b0db22 /CHANGELOG.md | |
parent | 44974afc2f341b5d16408dec2e381616d388f9c8 (diff) | |
download | luasystem-0.4.1.tar.gz luasystem-0.4.1.tar.bz2 luasystem-0.4.1.zip |
Release v0.4.1v0.4.1
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 a3544ea..d1e4766 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 | ### Version 0.4.1, released 25-Jun-2024 | ||
32 | |||
33 | - Fix: when compiling with `msys2` the `conio.h` header is required | ||
34 | |||
31 | ### Version 0.4.0, released 20-Jun-2024 | 35 | ### Version 0.4.0, released 20-Jun-2024 |
32 | 36 | ||
33 | - Feat: `getconsoleflags` and `setconsoleflags` for getting/setting the current console configuration flags on Windows | 37 | - Feat: `getconsoleflags` and `setconsoleflags` for getting/setting the current console configuration flags on Windows |