aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-10-17 13:23:24 +0100
committerJoão Valverde <j@v6e.pt>2023-10-17 22:21:51 +0000
commit2cc9d615e9c1da669c7d98129095cce1102affe4 (patch)
treecccc66b6d869725cf45d504dab53f884b9b4d4c8 /doc/release-notes.adoc
parent14fbc968f78c320e9d8e087fc1a81c766e18823c (diff)
plugins: Add back a (flexible) folder type hierarchy
Restore the type hierarchy for efficient loading of binary plugins. Do not recurse. Allow an exception for the root of the binary plugins folder. Scan this path also and skip incompatible plugins. This facilitates quick manual copying of plugins. Follow-up to ef836e9afecd30901ea68677867c69b520f87d6a.
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 80d5c6afdc..69a7cf1c9a 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -45,10 +45,9 @@ The following features are new (or have been significantly updated) since versio
** Fields with value strings now support regular expression matching.
-* Binary plugins can be placed on the root of the versioned personal plugins
- folder or any subfolder one level below that. The global and personal
- binary plugins folder no longer have to obey to any particular hierarchical
- structure.
+* Binary plugins can be placed on the root of the versioned plugins
+ folder, in addition to the type-specific sub-folder. Incompatible
+ plugins will be ignored.
//=== Removed Features and Support