aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-24 15:07:33 -0400
committerDavid Robillard <d@drobilla.net>2024-06-25 15:54:43 -0400
commit2f51df8eed40bb808dce0ce1d5ba218a1b2b0071 (patch)
treea01e7f29be65772f104d229f156d25d3bf2811e9 /NEWS
parent72ab488af39cd487a5cefc862e3e2d3466facff3 (diff)
downloadserd-2f51df8eed40bb808dce0ce1d5ba218a1b2b0071.tar.gz
serd-2f51df8eed40bb808dce0ce1d5ba218a1b2b0071.tar.bz2
serd-2f51df8eed40bb808dce0ce1d5ba218a1b2b0071.zip
Fix rewriting special literals when datatype URIs are prefixed names
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7813fff9..e1bff8be 100644
--- a/NEWS
+++ b/NEWS
@@ -4,12 +4,13 @@ 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 rewriting special literals when datatype URIs are prefixed names
* 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 16:44:31 +0000
+ -- David Robillard <d@drobilla.net> Mon, 24 Jun 2024 19:06:33 +0000
serd (0.32.2) stable; urgency=medium