diff options
author | David Robillard <d@drobilla.net> | 2019-06-21 21:12:45 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-21 21:12:45 +0200 |
commit | 6d0995694ca5a3de916cc9746f4104f066b22718 (patch) | |
tree | 0df02301fd180f5be983757f8d57a67150351c9c /NEWS | |
parent | 630ee8c69bb755cf3b3882554602f249e7757964 (diff) | |
download | lilv-6d0995694ca5a3de916cc9746f4104f066b22718.tar.gz lilv-6d0995694ca5a3de916cc9746f4104f066b22718.tar.bz2 lilv-6d0995694ca5a3de916cc9746f4104f066b22718.zip |
Refuse to store duplicate properties when saving plugin state
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +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 - -- David Robillard <d@drobilla.net> Mon, 15 Apr 2019 23:04:06 +0200 + -- David Robillard <d@drobilla.net> Fri, 21 Jun 2019 21:00:52 +0200 lilv (0.24.4) stable; |