diff options
author | David Robillard <d@drobilla.net> | 2012-07-05 17:35:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-05 17:35:14 +0000 |
commit | 02a41f39b216ca43056fc2e8183351c077b5dd9c (patch) | |
tree | 1224e6ba637bc4879213786228a1b4d1e7516ea2 /NEWS | |
parent | 1c7fb2461a581a501f62a7c72a444147da39787e (diff) | |
download | serd-02a41f39b216ca43056fc2e8183351c077b5dd9c.tar.gz serd-02a41f39b216ca43056fc2e8183351c077b5dd9c.tar.bz2 serd-02a41f39b216ca43056fc2e8183351c077b5dd9c.zip |
Add error callback to reader and writer for custom error reporting.
Add -q option to serdi to suppress all non-data output, e.g. errors.
Resolves #815.
git-svn-id: http://svn.drobilla.net/serd/trunk@354 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ serd (9999) unstable; * Reset indent when finishing a write * Report write size correctly when invalid UTF-8 is encountered and a replacement character is written + * Add error callback to reader and writer for custom error reporting + * Add -q option to serdi to suppress all non-data output, e.g. errors -- David Robillard <d@drobilla.net> |