summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-11 04:58:06 +0000
committerDavid Robillard <d@drobilla.net>2011-02-11 04:58:06 +0000
commit38de3875424f70f89d617c228e0815680e300700 (patch)
treec848d26d01d5eb715c1bb0df924998e14774077f /ChangeLog
parentad69b46ed592c3f8b680f29653702b03b0559963 (diff)
downloadlilv-38de3875424f70f89d617c228e0815680e300700.tar.gz
lilv-38de3875424f70f89d617c228e0815680e300700.tar.bz2
lilv-38de3875424f70f89d617c228e0815680e300700.zip
Better, tested, i18n system.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2916 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc6a45d..4861b46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,10 @@ slv2 (UNRELEASED) unstable; urgency=low
* Remove nonsensical slv2_plugin_get_properties and slv2_plugin_get_hints
* Remove all use of SPARQL (including API that provided SPARQL support)
* Remove use of redland (librdf) in favour of Serd and Sord
- * *** API BREAK *** (remove slv2_world_new_using_rdf_world and
- slv2_plugin_query_sparql)
+ * 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).
+ * *** API BREAK ***
-- David Robillard <d@drobilla.net> (UNRELEASED)