aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-02-04 20:49:28 +0100
committerDavid Robillard <d@drobilla.net>2020-06-21 18:12:03 +0200
commit77b496a15d3c263a1bbc7c4cc56583f4014c1d22 (patch)
treea74229920fd00c810a7ab70d46abde74247ea008 /NEWS
parentafdb3664eeddd1285473ce5c5bbc5db2fe62b6fc (diff)
downloadserd-77b496a15d3c263a1bbc7c4cc56583f4014c1d22.tar.gz
serd-77b496a15d3c263a1bbc7c4cc56583f4014c1d22.tar.bz2
serd-77b496a15d3c263a1bbc7c4cc56583f4014c1d22.zip
Remove serd_uri_to_path()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c9dfe62..85244faf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ serd (1.0.1) unstable;
* Make nodes opaque
* Make serd_strtod API const-correct
* Make serd_strtod API const-correct
+ * Remove half-baked serd_uri_to_path()
* Remove useless character counting from API
* Rename SerdChunk to SerdStringView
* Use char* for strings in public API