From ea05bab26ab2734e08768767fc5788adce7fc36b Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 16 Mar 2020 13:11:03 +0100 Subject: [PATCH] Release notes updated --- documentation/RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index f21fbdcec..a7f2806f9 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -373,6 +373,15 @@ As long as all support modules and IOCs are rebuilt from source after updating them to use this release of EPICS Base, these changes should not have any affect. +### Filters in database links + +Input links can now use filters, most importantly array element and sub array +access, even if they are not channel access links. + +### ai Soft Channel support + +The Soft Channel device support for ai records now returns failure when +fetching the INP link fails. ### logClient reliability