summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-17 14:29:56 +0100
committerDavid Robillard <d@drobilla.net>2020-02-17 14:29:56 +0100
commit1381b2790dc90fb9d90e87645b2c38e68d4cff86 (patch)
tree3fb4a31cc6236c201db10374a816561e52ea51d8 /NEWS
parent8014748967fb64e539cfca9069b563e6ead3bc7f (diff)
downloadlilv-1381b2790dc90fb9d90e87645b2c38e68d4cff86.tar.gz
lilv-1381b2790dc90fb9d90e87645b2c38e68d4cff86.tar.bz2
lilv-1381b2790dc90fb9d90e87645b2c38e68d4cff86.zip
Allow passing strings for URIs in Python API when unambiguous
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb803d3..cdfe413 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
lilv (0.24.7) unstable;
+ * Allow passing strings for URIs in Python API when unambiguous
* Fix cases where incorrect translation is used
* Fix deleting state bundles loaded from the model
* Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher)