From 8daf322025d0d87b2c2746282817788f88e00106 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli Date: Wed, 1 Dec 2021 14:36:20 -0600 Subject: [PATCH] update module release notes --- documentation/RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index b5c1fe5..105ae6f 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -2,6 +2,12 @@ This document summarizes the changes to the module between releases. +## Release 4.X.Y (EPICS 7.X.Y, MMM 20YY) + +* Added support for the whole structure (master field) server side plugins. The whole structure +is identified as the `_` string, and the pvRequest string that applies a plugin to it +has the form `field(_[pluginXYZ=optionA:3;optionB:uniqueId])`. + ## Release 4.6.0 (EPICS 7.0.6, Jul 2021) * Access Security is now supported.