aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2022-04-03 12:12:59 +0300
committerMartin Pärtel <martin.partel@gmail.com>2022-04-03 12:12:59 +0300
commitd7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642 (patch)
tree5116d073d44fccfcda7a091d8c66aa031bf8d80f /ChangeLog
parentead937af9cf85c5249230da8677e56a1ab7cb8bd (diff)
downloadbindfs-d7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642.tar.gz
Added --direct-io
Issue #110, thanks @DUOLabs333 for the initial patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d5d982..bb20c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-03 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Added --direct-io (issue #110, thanks @DUOLabs333)
+
2021-02-15 Martin Pärtel <martin dot partel at gmail dot com>
* Fixed build on old compilers by adhering more strictly to C99.