summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-06-29 21:51:04 +0000
committerDavid Robillard <d@drobilla.net>2012-06-29 21:51:04 +0000
commit3990a92e929c8f074827d200777d5ca869296222 (patch)
tree701f4691eec48353770e9196c3a50afc2a206a35 /NEWS
parentdcc66ca66ceab68a30e312572b3539044a5ea9e4 (diff)
downloadlilv-3990a92e929c8f074827d200777d5ca869296222.tar.gz
lilv-3990a92e929c8f074827d200777d5ca869296222.tar.bz2
lilv-3990a92e929c8f074827d200777d5ca869296222.zip
Fix Lilv::Instance API to handle features and failed instantiations.
Deprecate old flawed Lilv::Instance constructors. Add Lilv::Instance::get_handle() and Lilv::Instance::get_extension_data(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4502 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 475f472..34ab67d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+lilv (9999) unstable;
+
+ * Fix Lilv::Instance API to handle features and failed instantiations
+ * Deprecate old flawed Lilv::Instance constructors
+ * Add Lilv::Instance::get_handle() and Lilv::Instance::get_extension_data()
+
+ -- David Robillard <d@drobilla.net>
+
lilv (0.14.2) stable;
* Fix dynmanifest support