diff options
author | David Robillard <d@drobilla.net> | 2011-02-11 23:37:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-11 23:37:12 +0000 |
commit | 0b6bdcce6cea21909553a334629a5b3d004bd553 (patch) | |
tree | 7fa15be6af1700e9169656467d3adcd0856fee05 /ChangeLog | |
parent | 81d2d2f3abcec251d910358bb2751d5e1ee12985 (diff) | |
download | lilv-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |