aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d47da9e..51203067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@ serd (UNRELEASED) unstable; urgency=low
* 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)
+ * Handle a quote as the last character of a long string literal in the
+ writer (by escaping it) rather than the reader, to avoid writing Turtle
+ other tools fail to parse.
-- David Robillard <d@drobilla.net> (UNRELEASED)