summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-09 18:44:52 +0000
committerDavid Robillard <d@drobilla.net>2011-03-09 18:44:52 +0000
commit520bbc76182510c05e2c0dd15d3d7b873faf1d11 (patch)
treea47ef2d874d5f4496bd00443f8f200c048b5a6c6
parent027ca551e53800ab7a2cd8375d1cacb980803d75 (diff)
downloadlilv-520bbc76182510c05e2c0dd15d3d7b873faf1d11.tar.gz
lilv-520bbc76182510c05e2c0dd15d3d7b873faf1d11.tar.bz2
lilv-520bbc76182510c05e2c0dd15d3d7b873faf1d11.zip
Update ChangeLog.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3059 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a75a259..d831d48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ slv2 (UNRELEASED) unstable; urgency=low
* Add slv2_world_set_option for runtime configuration of SLV2 features.
* Add SLV2_OPTION_FILTER_LANG option (to optionally disable i18n).
* 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.
* Switch to 2-clause BSD license.
* *** API BREAK ***