diff options
author | David Robillard <d@drobilla.net> | 2011-03-11 00:06:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-11 00:06:07 +0000 |
commit | 0ad295a550f8637cbc71cf15652f94a0cba763d6 (patch) | |
tree | 780fc86cb4ac8cc3c0da6454c6e0a77968b5eb1c /ChangeLog | |
parent | 21d99cda2491dca95217a4a0012020da31090d8a (diff) | |
download | lilv-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *** |