diff options
author | David Robillard <d@drobilla.net> | 2012-05-13 18:42:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-13 18:42:31 +0000 |
commit | c65f5f12bbde0290b79d8bcfe7be599d6c1de2fb (patch) | |
tree | 5c06cccf01b91c6267d7c2441ce188d03f700a87 /NEWS | |
parent | 72e9384685b7b468dfb286079ef85e5fcb248432 (diff) | |
download | serd-c65f5f12bbde0290b79d8bcfe7be599d6c1de2fb.tar.gz serd-c65f5f12bbde0290b79d8bcfe7be599d6c1de2fb.tar.bz2 serd-c65f5f12bbde0290b79d8bcfe7be599d6c1de2fb.zip |
Fix dead assignment.
git-svn-id: http://svn.drobilla.net/serd/trunk@352 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ serd (9999) unstable; - * Add incremental read interface suitable for reading from infinite streams. - * Add -e option to serdi to use incremental reading. - * Reset indent when finishing a write. + * Add incremental read interface suitable for reading from infinite streams + * Add -e option to serdi to use incremental reading + * Reset indent when finishing a write + * Report write size correctly when invalid UTF-8 is encountered and a + replacement character is written -- David Robillard <d@drobilla.net> |