aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-15 22:42:20 +0000
committerDavid Robillard <d@drobilla.net>2011-12-15 22:42:20 +0000
commit7e5b4198289390bafb054ffe1e7ff664d0f8c922 (patch)
treee1c668799b5d6f63b2c7b03232d13160bac87d35
parent75ed265afb2ed43124eafbe12006931875a94661 (diff)
downloadserd-7e5b4198289390bafb054ffe1e7ff664d0f8c922.tar.gz
serd-7e5b4198289390bafb054ffe1e7ff664d0f8c922.tar.bz2
serd-7e5b4198289390bafb054ffe1e7ff664d0f8c922.zip
Update ChangeLog.
git-svn-id: http://svn.drobilla.net/serd/trunk@258 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-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)