diff options
author | David Robillard <d@drobilla.net> | 2019-06-21 21:18:43 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-21 21:18:43 +0200 |
commit | 1bce600a6f308b3bd836f85eb1cc62d3c93a5f35 (patch) | |
tree | a6b402cee803b8c246603e479c1a34d0d6be72a0 /NEWS | |
parent | 6d0995694ca5a3de916cc9746f4104f066b22718 (diff) | |
download | lilv-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-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |