diff options
author | David Robillard <d@drobilla.net> | 2016-03-15 23:21:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-14 20:00:26 -0500 |
commit | 7594722a6145db5caf422638c875673b558ff4db (patch) | |
tree | 5e6f0138c4ae93f7501c71c56843da6dfe11d9ed /NEWS | |
parent | 2436c4cb8c3e88806a24af7dfa1b55370ec06b38 (diff) | |
download | serd-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-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |