diff options
author | David Robillard <d@drobilla.net> | 2020-04-26 18:54:52 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-26 18:54:52 +0200 |
commit | 20f2351a859568ca87bf71ef48a9ec4441c156f3 (patch) | |
tree | f5e30cf8cfab9e65b2a73678e5c96ca5f199b8f0 /NEWS | |
parent | ed9d0ccd9ee93588ed7db34cbe7c9ee9ed4bbe74 (diff) | |
download | lilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.tar.gz lilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.tar.bz2 lilv-20f2351a859568ca87bf71ef48a9ec4441c156f3.zip |
Lilv 0.24.8v0.24.8
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -lilv (0.24.7) unstable; +lilv (0.24.8) stable; * Allow passing strings for URIs in Python API when unambiguous * Fix cases where incorrect translation is used @@ -6,7 +6,7 @@ lilv (0.24.7) unstable; * Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher) * Implement state:freePath feature - -- David Robillard <d@drobilla.net> Sat, 18 Jan 2020 16:34:41 +0000 + -- David Robillard <d@drobilla.net> Sun, 26 Apr 2020 17:55:26 +0200 lilv (0.24.6) stable; |