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>2019-12-14 20:00:26 -0500
commit7594722a6145db5caf422638c875673b558ff4db (patch)
tree5e6f0138c4ae93f7501c71c56843da6dfe11d9ed /NEWS
parent2436c4cb8c3e88806a24af7dfa1b55370ec06b38 (diff)
downloadserd-7594722a6145db5caf422638c875673b558ff4db.tar.gz
serd-7594722a6145db5caf422638c875673b558ff4db.tar.bz2
serd-7594722a6145db5caf422638c875673b558ff4db.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 4d3f95c3..cebc6bbc 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.3) unstable;
* Fix EOF handling while reading in bulk or from strings