aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eec3ccc4..0d47da9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ serd (UNRELEASED) unstable; urgency=low
* Improve write performance by doing bulk writes for unescaped substrings
* Add SerdBulkSink for writing bulk output and corresponding serdi -B option
* Add serdi -f option to prevent URI qualification
+ * Remove use of multi-byte peek (readahead) and use exactly 1 page for
+ read buffer (instead of 2)
-- David Robillard <d@drobilla.net> (UNRELEASED)