diff options
author | David Robillard <d@drobilla.net> | 2016-03-16 16:21:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 09:21:03 +0100 |
commit | 5e60861c65b84ef7569a26920a7ff2401c1e14d0 (patch) | |
tree | 7db2d30adf9044bd56c245b13dc730d5e4005043 /NEWS | |
parent | d70d76deeb5735f97bb90792d5200ee812fb50b0 (diff) | |
download | serd-5e60861c65b84ef7569a26920a7ff2401c1e14d0.tar.gz serd-5e60861c65b84ef7569a26920a7ff2401c1e14d0.tar.bz2 serd-5e60861c65b84ef7569a26920a7ff2401c1e14d0.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 |