diff options
author | David Robillard <d@drobilla.net> | 2024-08-03 12:31:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-08-03 14:21:47 -0400 |
commit | ebe0b8697bca69abb7e7be1c731da4d54b10e462 (patch) | |
tree | 73f5b777ab632b2001a132eea82cd97499f330fa /NEWS | |
parent | f73aae2f97d1faa8e41a8b8627e1e186a1f900f4 (diff) | |
download | serd-ebe0b8697bca69abb7e7be1c731da4d54b10e462.tar.gz serd-ebe0b8697bca69abb7e7be1c731da4d54b10e462.tar.bz2 serd-ebe0b8697bca69abb7e7be1c731da4d54b10e462.zip |
Fix reading chunks from files without trailing newlines
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ serd (0.32.3) unstable; urgency=medium * 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 + * Fix reading chunks from files without trailing newlines * Fix rewriting special literals when datatype URIs are prefixed names * Gracefully handle errors while writing the end of anonymous nodes * Improve test suite coverage @@ -12,7 +13,7 @@ serd (0.32.3) unstable; urgency=medium * Treat out of range unicode characters as errors * Write blank lines between graphs and statements in TriG - -- David Robillard <d@drobilla.net> Tue, 25 Jun 2024 22:38:16 +0000 + -- David Robillard <d@drobilla.net> Sat, 03 Aug 2024 15:50:39 +0000 serd (0.32.2) stable; urgency=medium |