diff options
author | David Robillard <d@drobilla.net> | 2016-03-16 16:21:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 18:18:30 +0200 |
commit | 8ce3b77e73a6c172dc0954b3f5aa0e37a10850d0 (patch) | |
tree | 9d894ecb157e9c977657dc3dd4d9ca06b3c3e9b0 /NEWS | |
parent | 88ea0c449a8daa8951eca0ae69fd376f86122982 (diff) | |
download | serd-8ce3b77e73a6c172dc0954b3f5aa0e37a10850d0.tar.gz serd-8ce3b77e73a6c172dc0954b3f5aa0e37a10850d0.tar.bz2 serd-8ce3b77e73a6c172dc0954b3f5aa0e37a10850d0.zip |
Use char* for strings in public API
The constant casting just makes user code a mess, for no benefit.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ serd (1.0.0) unstable; * Use SerdBuffer for mutable buffers instead of abusing SerdChunk * Add serd_node_new_relative_uri() * Fix construction and comparison of URIs with UTF-8 characters + * Use char* for strings in public API * Remove useless character counting * Report I/O errors with message and return appropriate status code * Report missing statement separator errors |