aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-07 23:50:39 -0400
committerDavid Robillard <d@drobilla.net>2019-12-19 08:43:27 -0500
commit28de6689533914888093d32d3075f58e6f32a4a1 (patch)
tree961b3e9fc79eabf4003d379fbab4c2404735310b /NEWS
parentf16313b1c8f559ede8ca47b6b305269a78ea2709 (diff)
downloadserd-28de6689533914888093d32d3075f58e6f32a4a1.tar.gz
serd-28de6689533914888093d32d3075f58e6f32a4a1.tar.bz2
serd-28de6689533914888093d32d3075f58e6f32a4a1.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 C API.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35beddd2..41e11525 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