aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc35155c..8ccb7568 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,18 @@ 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
+ * 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
+ * Simplify some character classification and comparison code
* 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> Fri, 29 Mar 2024 13:36:36 +0000
+ -- David Robillard <d@drobilla.net> Sat, 03 Aug 2024 15:50:39 +0000
serd (0.32.2) stable; urgency=medium