aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index e9c4ece..c6d6b69 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,7 +4,9 @@
* Don't assume non-POSIX `WCOREDUMP(x)` macro exists
- * Don't assume existence of termios constants beyond `B38400`
+ * Don't assume existence of `termios(3)` constants beyond `B38400`
+
+ * Don't assume existence of `ctermid(3)`/`tcdrain(3)`
* Turn build error into compile warnings for exotic `struct stat`
configurations (GHC #8859).