diff options
author | David Robillard <d@drobilla.net> | 2019-03-10 22:50:31 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:58 +0100 |
commit | e56e7291095bc9ba2368054601297c2cc65cdf90 (patch) | |
tree | e52cb576759a4dbf1c58eaab37fbe8b2b7b52623 /NEWS | |
parent | c5284b46fddd76a9c45f6dfe41ee541b04451ace (diff) | |
download | serd-e56e7291095bc9ba2368054601297c2cc65cdf90.tar.gz serd-e56e7291095bc9ba2368054601297c2cc65cdf90.tar.bz2 serd-e56e7291095bc9ba2368054601297c2cc65cdf90.zip |
Add support for writing terse collections
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ serd (1.0.1) unstable; * Add model for storing statements in memory * Add option for writing terse output without newlines * Add support for validation + * Add support for writing terse collections * Bring read/write interface closer to C standard * Make nodes opaque * Make serd_strtod API const-correct |