summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-11 00:06:07 +0000
committerDavid Robillard <d@drobilla.net>2011-03-11 00:06:07 +0000
commit0ad295a550f8637cbc71cf15652f94a0cba763d6 (patch)
tree780fc86cb4ac8cc3c0da6454c6e0a77968b5eb1c /ChangeLog
parent21d99cda2491dca95217a4a0012020da31090d8a (diff)
downloadlilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.tar.gz
lilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.tar.bz2
lilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.zip
Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3066 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d831d48..385cd46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ slv2 (UNRELEASED) unstable; urgency=low
* Document entire API in single header file / page.
* Add new collections and iterator API (and deprecate index based API)
* Remove the questionable slv2_world_get_plugins_by_filter.
+ * Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
* Switch to 2-clause BSD license.
* *** API BREAK ***