diff options
author | David Robillard <d@drobilla.net> | 2015-03-16 04:08:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-16 04:08:44 +0000 |
commit | ca78288b81d1a8f1e76b27fd9ecec3a3a5601bd1 (patch) | |
tree | 39b2496d1a88cfb00a58e8c0ffd26502df20bfb6 /NEWS | |
parent | 1b420b15b3c88ebbcd6789f78b69bd284e0a98f7 (diff) | |
download | lilv-ca78288b81d1a8f1e76b27fd9ecec3a3a5601bd1.tar.gz lilv-ca78288b81d1a8f1e76b27fd9ecec3a3a5601bd1.tar.bz2 lilv-ca78288b81d1a8f1e76b27fd9ecec3a3a5601bd1.zip |
Load discovered owl ontologies as specifications.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5635 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ lilv (0.21.3) unstable; * Add lilv_state_get_uri() * Add lilv_state_delete() for deleting user saved presets * Fix creation of duplicate manifest entries when saving state + * Load discovered owl ontologies as specifications * Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes() * Tolerate passing NULL to lilv_state_restore() @@ -16,7 +17,7 @@ lilv (0.21.3) unstable; * Windows fixes (thanks John Emmas) * Minor documentation improvements - -- David Robillard <d@drobilla.net> Sat, 07 Mar 2015 03:31:04 -0500 + -- David Robillard <d@drobilla.net> Mon, 16 Mar 2015 00:06:31 -0400 lilv (0.20.0) stable; |