aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-04-10 10:04:19 +0200
committerGitHub <noreply@github.com>2025-04-10 10:04:19 +0200
commit98ca844bc6170ee332353abdeaac0be0e4a43af0 (patch)
tree88b0e2119a2c4b67c126349214a53b3ef8782c2b /CHANGELOG.md
parent49e7dac558178e6200bc5886db3ef28c73d5edd9 (diff)
downloadluasystem-98ca844bc6170ee332353abdeaac0be0e4a43af0.tar.gz
luasystem-98ca844bc6170ee332353abdeaac0be0e4a43af0.tar.bz2
luasystem-98ca844bc6170ee332353abdeaac0be0e4a43af0.zip
feat(term): detach fd of stderr+stdout to be independent (#59)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fd09d1..c617db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,9 @@ The scope of what is covered by the version number excludes:
30### version 0.6.0, unreleased 30### version 0.6.0, unreleased
31 31
32- Fix: when sleep returns an error, pass that on in `readkey`. 32- Fix: when sleep returns an error, pass that on in `readkey`.
33- Feat: added `detachfds` which will create separate file descriptions for `stdout`
34 and `stderr` to ensure that related settings (eg. non-blocking flag) will not be shared
35 amongst those streams and `stdin`.
33 36
34### version 0.5.1, released 12-Mar-2025 37### version 0.5.1, released 12-Mar-2025
35 38
@@ -42,12 +45,12 @@ The scope of what is covered by the version number excludes:
42- Feat: allow passing in a sleep function to `readkey` and `readansi` 45- Feat: allow passing in a sleep function to `readkey` and `readansi`
43- Fix: NetBSD fix compilation, undeclared directives 46- Fix: NetBSD fix compilation, undeclared directives
44- Refactor: random bytes; remove deprecated API usage on Windows, move to 47- Refactor: random bytes; remove deprecated API usage on Windows, move to
45 binary api instead of /dev/urandom file on linux and bsd 48 binary api instead of `/dev/urandom` file on linux and bsd
46 49
47### version 0.4.5, released 18-Dec-2024 50### version 0.4.5, released 18-Dec-2024
48 51
49- Fix: suppress a warning when building with clang 52- Fix: suppress a warning when building with clang
50- Fix: do not rely on luaconf.h to include limits.h, fixes builds with latest LuaJIT (#38). 53- Fix: do not rely on `luaconf.h` to include `limits.h`, fixes builds with latest LuaJIT (#38).
51 54
52### version 0.4.4, released 03-Sep-2024 55### version 0.4.4, released 03-Sep-2024
53 56