summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-17 21:16:18 +0000
committerDavid Robillard <d@drobilla.net>2012-04-17 21:16:18 +0000
commit29e4fbbb630d8c3722e19211df6e2b58274a33ef (patch)
tree9a37df89ec543293f82c06b63d06f1badd0dfc74 /ChangeLog
parentaaf39ebc6fef12487b981414487f93731bc02e2f (diff)
downloadlilv-29e4fbbb630d8c3722e19211df6e2b58274a33ef.tar.gz
lilv-29e4fbbb630d8c3722e19211df6e2b58274a33ef.tar.bz2
lilv-29e4fbbb630d8c3722e19211df6e2b58274a33ef.zip
Add lilv_plugin_get_project() and get author information from project if it is not given directly on the plugin.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4189 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f115b4..2660cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,8 @@ lilv (UNRELEASED) unstable; urgency=low
* Remove use of wordexp.
* Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an
improved generic alternative to lilv_plugin_get_latency_port_index().
+ * Add lilv_plugin_get_project() and get author information from project if
+ it is not given directly on the plugin.
-- David Robillard <d@drobilla.net> (UNRELEASED)