diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-07-31 14:49:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 14:49:07 +0200 |
commit | 227743a147967bf1418525770082a5943b3f9f41 (patch) | |
tree | 56b190f0350eb897f1bb4e39b4019641f7d19480 /CHANGELOG.md | |
parent | 45499248cea9e23b7e4d8478759414e01c645809 (diff) | |
download | luasystem-227743a147967bf1418525770082a5943b3f9f41.tar.gz luasystem-227743a147967bf1418525770082a5943b3f9f41.tar.bz2 luasystem-227743a147967bf1418525770082a5943b3f9f41.zip |
chore(term): add descriptive error on Windows for lack of VT (#32)
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 d9f4a87..398f4a0 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 | - Chore: add compiler error on Windows if Virtual Terminal Processing is unavailable. | ||
34 | |||
31 | ### Version 0.4.2, released 25-Jun-2024 | 35 | ### Version 0.4.2, released 25-Jun-2024 |
32 | 36 | ||
33 | - Fix: include additional headers for some MinGW installations | 37 | - Fix: include additional headers for some MinGW installations |