diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 536455c59..c647e300c 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -18,6 +18,14 @@

Changes since 3.14.2

+

macEnvExpand

+

Macro expansion using environment variables as macro definitions

+ +

iocsh var command

+

For simple applications such as controlling the value of debugging flags. +Devlopers with more complex expression handling requirements should consider +use of the cexp package. +

iocshArgPersistentString

Tell iocsh to make a copy of the argument string before passing it to the handler function.