aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-15 23:21:34 -0400
committerDavid Robillard <d@drobilla.net>2020-06-21 18:12:02 +0200
commit3c3c2d4d4979eb2094d4d629dc052e15aede9b91 (patch)
treefb45cd86551bf2183450850e89237480e8cb0b50 /NEWS
parent08d865231b4a19540b26714cb9d2425458beed84 (diff)
downloadserd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.tar.gz
serd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.tar.bz2
serd-3c3c2d4d4979eb2094d4d629dc052e15aede9b91.zip
Use SerdBuffer for mutable buffers
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 609ecb6e..6f04a27b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+serd (1.0.1) unstable;
+
+ * Add SerdBuffer for mutable buffers to keep SerdChunk const-correct
+
+ -- David Robillard <d@drobilla.net> Sat, 19 Jan 2019 12:31:12 +0000
+
serd (0.30.5) unstable;
* Fix various minor warnings and other code quality issues