diff options
author | David Robillard <d@drobilla.net> | 2024-06-24 12:44:39 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-25 15:52:07 -0400 |
commit | 032abfdff61056a7029a440fc1895bbe41ec964a (patch) | |
tree | afbb3d137d5f7e8efeec031d7e32bf938f18484b /NEWS | |
parent | 53fed50c8e37bf873196c2503814cd8b33acd298 (diff) | |
download | serd-032abfdff61056a7029a440fc1895bbe41ec964a.tar.gz serd-032abfdff61056a7029a440fc1895bbe41ec964a.tar.bz2 serd-032abfdff61056a7029a440fc1895bbe41ec964a.zip |
Fix overly permissive parsing of syntax names on the command line
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,13 +2,14 @@ serd (0.32.3) unstable; urgency=medium * Clean up enum declarations * Fix library current_version on MacOS + * Fix overly permissive parsing of syntax names on the command line * Fix parsing NQuads lines with no space before the final dot * Gracefully handle errors while writing the end of anonymous nodes * 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 14:01:08 +0000 + -- David Robillard <d@drobilla.net> Mon, 24 Jun 2024 16:44:31 +0000 serd (0.32.2) stable; urgency=medium |