From 7594722a6145db5caf422638c875673b558ff4db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2016 23:21:34 -0400 Subject: Use SerdBuffer for mutable buffers This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 Sat, 19 Jan 2019 12:31:12 +0000 + serd (0.30.3) unstable; * Fix EOF handling while reading in bulk or from strings -- cgit v1.2.1