aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-03 20:55:00 +0000
committerDavid Robillard <d@drobilla.net>2012-03-03 20:55:00 +0000
commit7b022006c47586dc00ed8bca85fcb0bdf5f9465d (patch)
treea8aa0a2be9ee7341ff02730130b3291ab2dcaace /ChangeLog
parent5d73ff3a0b529954e5192f892c21a4ad068905c9 (diff)
downloadserd-7b022006c47586dc00ed8bca85fcb0bdf5f9465d.tar.gz
serd-7b022006c47586dc00ed8bca85fcb0bdf5f9465d.tar.bz2
serd-7b022006c47586dc00ed8bca85fcb0bdf5f9465d.zip
Add serd_chunk_sink for easy writing to a string.
git-svn-id: http://svn.drobilla.net/serd/trunk@329 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aee313c..b44938da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,8 @@ serd (UNRELEASED) unstable; urgency=low
other tools fail to parse.
* Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer()
for locale-independent numeric node parsing/serialising.
- * Add serd_file_sink for the common case of writing to a FILE* stream.
+ * Add serd_file_sink for easy writing to a FILE* stream.
+ * Add serd_chunk_sink for easy writing to a string.
* Escape ASCII control characters in output (e.g. fix problems with string
literals that start with a backspace)
* Improve URI resolution to cover most of the abnormal cases from RFC3986