From 3f209efa3c4d25c7bf91af23288e021cfe2e44ea Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 8 Feb 2021 09:23:27 -0800 Subject: [PATCH] release notes --- documentation/RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 1679526fb..ca30e7c8f 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -19,6 +19,11 @@ should also be read to understand what has changed since earlier releases. +### Add epicsStrSimilarity() + +Add epicsStrSimilarity() to epicsString.h which uses edit distance as an approximate comparison. +Enables a new "Did you mean ..." suggestion when a .db file provides an invalid value for a DBF_MENU or DBF_DEVICE field. + ### Build System: New `VALID_BUILDS` type "Command" Target architectures that support command-line programs that run the `main()`