diff options
author | David Robillard <d@drobilla.net> | 2019-03-10 13:21:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 23:04:06 -0500 |
commit | 5142013daed72b5a01944fd9dff17594f23029b2 (patch) | |
tree | f863455bd0c647ec228a20bdc57f4671018db631 /NEWS | |
parent | 20fc410ace9616df9b7d8444d747aaa700f4f6c8 (diff) | |
download | serd-5142013daed72b5a01944fd9dff17594f23029b2.tar.gz serd-5142013daed72b5a01944fd9dff17594f23029b2.tar.bz2 serd-5142013daed72b5a01944fd9dff17594f23029b2.zip |
Add option for writing terse output without newlines
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ serd (1.0.1) unstable; * Add SerdBuffer for mutable buffers to keep SerdChunk const-correct * Add SerdWorld for shared library state + * Add option for writing terse output without newlines * Add support for xsd:float and xsd:double literals * Bring read/write interface closer to C standard * Make nodes opaque |