From 07a371703facab75c3a2383a7138b988069f6fba Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 28 Oct 2021 13:20:49 -0500 Subject: [PATCH] Cosmetic Release Notes change --- documentation/RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 451b3abaa..fb925c716 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -43,11 +43,13 @@ ANSI escapes are automatically removed from errlog output not destined for a terminal. For example, for logClient, if stderr is redirected, or if unsupported (`$TERM` not set, or Windows < 10). -### `dbnd` filter pass through DBE_ALARM|DBE_PROPERTY +### `dbnd` filter pass through `DBE_ALARM|DBE_PROPERTY` The `dbnd` server side filter now passes through alarm and property change events, even when not exceeding the deadband. +----- + ## EPICS Release 7.0.6.1 ### `mbboDirectRecord` enhancements