summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-23 05:59:09 +0000
committerDavid Robillard <d@drobilla.net>2012-11-23 05:59:09 +0000
commit6ce5332b4e27d4fec3ed317386ea6839d217f7fd (patch)
tree2bef8a76b9c46bbe3491fcf268f9c1b3c08151dd /NEWS
parentc28f70ab84dcbc2a185b1dc9577ea97cb1042701 (diff)
downloadlilv-6ce5332b4e27d4fec3ed317386ea6839d217f7fd.tar.gz
lilv-6ce5332b4e27d4fec3ed317386ea6839d217f7fd.tar.bz2
lilv-6ce5332b4e27d4fec3ed317386ea6839d217f7fd.zip
Add lilv_nodes_merge() to API (address part of #835).
More lightweight version of lilv_plugin_has_feature() and lilv_world_find_nodes(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4860 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6460882..90f05a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
lilv (0.15.0) unstable;
+ * Add lilv_nodes_merge().
* Support atom:supports in lilv_port_supports_event().
* Add va_list variant of lilv_plugin_get_num_ports_of_class().
* Correctly depend on serd at build time (fix compilation in odd cases)