summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-10 06:22:34 +0000
committerDavid Robillard <d@drobilla.net>2013-01-10 06:22:34 +0000
commitd9ebcb2a89b4953d85c6cad9aceea1ad9b831254 (patch)
tree22dd90415e471cc81b74f04d750d57ca22610fc3 /NEWS
parentbca2ea6d56e62cf6eb767a7a5276416499ae86ab (diff)
downloadlilv-d9ebcb2a89b4953d85c6cad9aceea1ad9b831254.tar.gz
lilv-d9ebcb2a89b4953d85c6cad9aceea1ad9b831254.tar.bz2
lilv-d9ebcb2a89b4953d85c6cad9aceea1ad9b831254.zip
Make lilv_plugin_get_port_by_designation() return a const pointer.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4912 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55f39f2..257ecc8 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ lilv (0.15.0) unstable;
* Add lilv_world_ask() for simply checking if a statement exists.
* Add lilv_nodes_merge().
+ * Make lilv_plugin_get_port_by_designation() return a const pointer.
* 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)
@@ -9,7 +10,7 @@ lilv (0.15.0) unstable;
* lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class()
* Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 20:16:12 -0500
+ -- David Robillard <d@drobilla.net> Wed, 09 Jan 2013 21:16:23 -0500
lilv (0.14.4) stable;