summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-21 21:18:43 +0200
committerDavid Robillard <d@drobilla.net>2019-06-21 21:18:43 +0200
commit1bce600a6f308b3bd836f85eb1cc62d3c93a5f35 (patch)
treea6b402cee803b8c246603e479c1a34d0d6be72a0 /NEWS
parent6d0995694ca5a3de916cc9746f4104f066b22718 (diff)
downloadlilv-1bce600a6f308b3bd836f85eb1cc62d3c93a5f35.tar.gz
lilv-1bce600a6f308b3bd836f85eb1cc62d3c93a5f35.tar.bz2
lilv-1bce600a6f308b3bd836f85eb1cc62d3c93a5f35.zip
Refuse to store state properties with null keys
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 023c580..5a0a69a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,9 @@ lilv (0.24.5) unstable;
* Fix issues with loading state with saved files from the model
* Add option to override LV2_PATH in applications
* Fix unit tests on Windows
- * Refuse to store duplicate properties when saving plugin state
+ * Add more strict error detection when storing plugin state properties
- -- David Robillard <d@drobilla.net> Fri, 21 Jun 2019 21:00:52 +0200
+ -- David Robillard <d@drobilla.net> Fri, 21 Jun 2019 21:18:02 +0200
lilv (0.24.4) stable;