aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-11-13 17:55:18 -0500
committerDavid Robillard <d@drobilla.net>2025-11-13 19:59:41 -0500
commitcbe7327ff36ca6b142c43c0e0491b989726ecc9b (patch)
treeacc598ee074a58152cc91953c272be728cc8c9c6 /NEWS
parentc664e354487332ba5f204c62a4a5df41b2cbda1f (diff)
downloadlv2-cbe7327ff36ca6b142c43c0e0491b989726ecc9b.tar.xz
Remove example plugins
These are now maintained in the separate "lv2-examples" project to keep the dependencies of lv2 itself minimal.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 069202e..065913e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,13 @@ lv2 (1.18.11) unstable; urgency=medium
* Allow LV2_SYMBOL_EXPORT to be overridden
* Avoid over-use of yielding meson options
* Fix pylint warning in test script
+ * Move example plugins to a separate project
* Override pkg-config dependency within meson
* Remove troublesome lv2_atom_assert_double_fits_in_64_bits
* eg-metro: Fix memory leak
* ui: Add types for Gtk4UI and Qt6UI
- -- David Robillard <d@drobilla.net> Thu, 13 Nov 2025 22:51:44 +0000
+ -- David Robillard <d@drobilla.net> Thu, 13 Nov 2025 22:54:05 +0000
lv2 (1.18.10) stable; urgency=medium