aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:39:27 +0200
commit4eed36910fa73cfe3fe62530850d427e6841e14f (patch)
tree9436a1b6512db6fe164e609e356ec39da820c705 /ChangeLog.rst
parentcdea3acc2b065a7da1ff96fbdaf9c854192c189b (diff)
Added examples/printcap
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 0b3e886..c798918 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,9 @@
Unreleased Changes
==================
+* There's a new `printcap` example that can be used to determine the
+ capabilities of the running kernel.
+
* `fuse_loop_mt()` now returns the minus the actual errno if there was
an error (instead of just -1).