diff options
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 |