summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-19 09:38:37 +0000
committerDavid Robillard <d@drobilla.net>2015-02-19 09:38:37 +0000
commit6672e5727516eea194ca278731280cd08f1d3937 (patch)
tree18805dfc887c4ec1b0c5b027d8ed37cd8221bb9a /NEWS
parent765929f0b2194171c7f793dc01e227830533c420 (diff)
downloadlilv-6672e5727516eea194ca278731280cd08f1d3937.tar.gz
lilv-6672e5727516eea194ca278731280cd08f1d3937.tar.bz2
lilv-6672e5727516eea194ca278731280cd08f1d3937.zip
Add lilv_state_emit_port_values() for special port value handling.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5586 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71d3c4d..43e369c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ lilv (0.21.1) unstable;
* Fix loading files with spaces in their path
* Add lilv_file_uri_parse() for correct URI to path conversion
+ * Add lilv_state_emit_port_values() for special port value handling
* Expose lilv_world_load_specifications() and
lilv_world_load_plugin_classes()
* Tolerate passing NULL to lilv_state_restore()
@@ -11,7 +12,7 @@ lilv (0.21.1) unstable;
* Windows fixes (thanks John Emmas)
* Minor documentation improvements
- -- David Robillard <d@drobilla.net> Sun, 08 Feb 2015 00:21:46 -0500
+ -- David Robillard <d@drobilla.net> Thu, 19 Feb 2015 02:35:18 -0500
lilv (0.20.0) stable;