aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-10-24 10:55:39 +0100
committerJoão Valverde <j@v6e.pt>2023-10-26 00:13:30 +0100
commitd99efed2800cb2af83d4b8d3fea3fde0aa7ac54f (patch)
tree1a61221d56b75c3e08721dcaf377034cc592ae50 /doc/release-notes.adoc
parent41e8d5a9b30b4b60d58fda536011c7836e84986d (diff)
dfilter: Add display filter plugins
Allow writing display filter plugins in C. Plugins can register one or more display filter functions. This should lower the barrier for implementing and sharing new display feature extensions. An example plugin will be provided in a follow-up commit. TODO: Put some work into refactoring display filter headers. Right now some plugin-related APIs are implemented in dfilter-int.h, which we'd rather not install to the system.
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 5be64330da..2682c5c9ec 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -22,6 +22,8 @@ It is used for troubleshooting, analysis, development and education.
Improved display filter support for value strings (optional string
representations for numeric fields).
+Display filter functions can be implemented as runtime-loadable C plugins.
+
//=== Bug Fixes
//The following bugs have been fixed: