aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-14 11:52:57 +0100
committerDavid Robillard <d@drobilla.net>2020-11-14 11:54:54 +0100
commit2bf875e89f98c64164f563a8d1fae2851d9c023c (patch)
tree7ae6acaa6ee6c272e95e0c257d3c7e922968a0a0 /NEWS
parent6be4a34047af74c984dc644b4157da0b45c6dd83 (diff)
downloadserd-2bf875e89f98c64164f563a8d1fae2851d9c023c.tar.gz
serd-2bf875e89f98c64164f563a8d1fae2851d9c023c.tar.bz2
serd-2bf875e89f98c64164f563a8d1fae2851d9c023c.zip
Refuse to write relative URI references to NTriples
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe031155..d4735b17 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,12 @@ serd (0.30.7) unstable;
* Fix potential memory error when serialising URIs
* Move headers to an include directory
+ * Refuse to write relative URI references to NTriples
* Remove use of C character class functions that may use locale
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
- -- David Robillard <d@drobilla.net> Fri, 13 Nov 2020 11:53:07 +0000
+ -- David Robillard <d@drobilla.net> Sat, 14 Nov 2020 10:53:36 +0000
serd (0.30.6) stable;