summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-11 23:37:12 +0000
committerDavid Robillard <d@drobilla.net>2011-02-11 23:37:12 +0000
commit0b6bdcce6cea21909553a334629a5b3d004bd553 (patch)
tree7fa15be6af1700e9169656467d3adcd0856fee05 /ChangeLog
parent81d2d2f3abcec251d910358bb2751d5e1ee12985 (diff)
downloadlilv-0b6bdcce6cea21909553a334629a5b3d004bd553.tar.gz
lilv-0b6bdcce6cea21909553a334629a5b3d004bd553.tar.bz2
lilv-0b6bdcce6cea21909553a334629a5b3d004bd553.zip
Add support for boolean values.
Replace slv2_world_filter_language with extensible option system (slv2_world_set_option). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2923 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4861b46..3ef6154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,8 @@ slv2 (UNRELEASED) unstable; urgency=low
* Remove use of redland (librdf) in favour of Serd and Sord
* Remove slv2_world_new_using_rdf_world and slv2_plugin_query_sparql
* Remove separate i18n versions of functions and implement i18n everywhere
- * Add slv2_world_filter_language ( to optionally disable i18n).
+ * Add slv2_world_set_option for runtime configuration of SLV2 features.
+ * Add SLV2_OPTION_FILTER_LANG option (to optionally disable i18n).
* *** API BREAK ***
-- David Robillard <d@drobilla.net> (UNRELEASED)