aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-14 12:31:02 +0100
committerDavid Robillard <d@drobilla.net>2020-11-14 12:39:38 +0100
commit5c1130819c60f52a3ab1a27711f4d8cca7a4cd14 (patch)
tree5ffa0df21d30d58e3e442bd9607e32981adbd5a4 /NEWS
parent2bf875e89f98c64164f563a8d1fae2851d9c023c (diff)
downloadserd-5c1130819c60f52a3ab1a27711f4d8cca7a4cd14.tar.gz
serd-5c1130819c60f52a3ab1a27711f4d8cca7a4cd14.tar.bz2
serd-5c1130819c60f52a3ab1a27711f4d8cca7a4cd14.zip
Deprecate serd_uri_to_path()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4735b17..82812ee1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
serd (0.30.7) unstable;
+ * Deprecate serd_uri_to_path()
* Fix potential memory error when serialising URIs
* Move headers to an include directory
* Refuse to write relative URI references to NTriples
@@ -7,7 +8,7 @@ serd (0.30.7) unstable;
* Split up and reorganize unit tests
* Use aligned allocation via C11 or Windows API where possible
- -- David Robillard <d@drobilla.net> Sat, 14 Nov 2020 10:53:36 +0000
+ -- David Robillard <d@drobilla.net> Sat, 14 Nov 2020 11:25:26 +0000
serd (0.30.6) stable;