summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-26 19:35:21 +0000
committerDavid Robillard <d@drobilla.net>2012-03-26 19:35:21 +0000
commitfb451c37b08366e1fa52762fe928e607c599dee4 (patch)
treec4543decc6b0e82282053f7ccc5200c3fd4b42e5 /ChangeLog
parent8a7e27e70ad3df76cc1fb69820bde805cba18c3e (diff)
downloadlilv-fb451c37b08366e1fa52762fe928e607c599dee4.tar.gz
lilv-fb451c37b08366e1fa52762fe928e607c599dee4.tar.bz2
lilv-fb451c37b08366e1fa52762fe928e607c599dee4.zip
lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4109 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d4291c..6f115b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,7 @@ lilv (UNRELEASED) unstable; urgency=low
* Update old references to lv2_list (now lv2ls)
* Support compilation as C++ under MSVC++.
* Remove use of wordexp.
- * Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an
+ * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an
improved generic alternative to lilv_plugin_get_latency_port_index().
-- David Robillard <d@drobilla.net> (UNRELEASED)