aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-16 16:21:20 -0400
committerDavid Robillard <d@drobilla.net>2018-12-30 17:56:22 -0500
commit65efdce71c3f77286a9416dc81b6041c51584b77 (patch)
tree3fa8717c821596a375b5dff250262cce8497d844 /NEWS
parentd7197f5240418e0bade07682d1b82e25ac176110 (diff)
downloadserd-65efdce71c3f77286a9416dc81b6041c51584b77.tar.gz
serd-65efdce71c3f77286a9416dc81b6041c51584b77.tar.bz2
serd-65efdce71c3f77286a9416dc81b6041c51584b77.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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5720041..3ab7a4cd 100644
--- a/NEWS
+++ b/NEWS
@@ -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