aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-14 13:46:00 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit00c7fe7bb9b7c409c3922431c9fefd348e4f8346 (patch)
treea5d637e876b1dceb25708a2291e4b5db527f7c22 /NEWS
parent3eff44c4784c6f0cfdc8c857ff47f8bdd3ae713c (diff)
downloadserd-00c7fe7bb9b7c409c3922431c9fefd348e4f8346.tar.gz
serd-00c7fe7bb9b7c409c3922431c9fefd348e4f8346.tar.bz2
serd-00c7fe7bb9b7c409c3922431c9fefd348e4f8346.zip
Make serd_strtod API const-correct
This is an API breakage, but a minor one (particularly since NULL is allowed) that avoids the flaw in the standard C API.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86f0e2e2..2e0f3ccb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
serd (1.0.1) unstable;
* Add SerdBuffer for mutable buffers to keep SerdChunk const-correct
+ * Make serd_strtod API const-correct
* Remove useless character counting from API
* Rename SerdChunk to SerdStringView
* Use char* for strings in public API