diff options
author | David Robillard <d@drobilla.net> | 2024-06-24 15:12:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-25 15:54:43 -0400 |
commit | 51cc405d288a078543523efd380ce3c7d11ac501 (patch) | |
tree | 48d3b3263e966cc46c0667fd40212304cb70cbde /NEWS | |
parent | 2f51df8eed40bb808dce0ce1d5ba218a1b2b0071 (diff) | |
download | serd-51cc405d288a078543523efd380ce3c7d11ac501.tar.gz serd-51cc405d288a078543523efd380ce3c7d11ac501.tar.bz2 serd-51cc405d288a078543523efd380ce3c7d11ac501.zip |
Improve test suite coverage
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,11 +6,12 @@ serd (0.32.3) unstable; urgency=medium * Fix parsing NQuads lines with no space before the final dot * Fix rewriting special literals when datatype URIs are prefixed names * Gracefully handle errors while writing the end of anonymous nodes + * Improve test suite coverage * Support reading lone lists in lax mode * Treat out of range unicode characters as errors * Write blank lines between graphs and statements in TriG - -- David Robillard <d@drobilla.net> Mon, 24 Jun 2024 19:06:33 +0000 + -- David Robillard <d@drobilla.net> Mon, 24 Jun 2024 19:11:54 +0000 serd (0.32.2) stable; urgency=medium |