diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 06fea9993..a844f206e 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,6 +16,19 @@

Changes since 3.14.4

+

Stringin record time-stamp soft device support

+Add simple device support for converting time to nicely-formatted string using +INP field as epicsTimeToStrftime format string: +
+record(stringin, "$(user):now")
+{
+    field(DESC, "Current time and date")
+    field(DTYP, "Soft Timestamp")
+    field(INP, "@%Y-%m-%d %H:%M:%S.%03f")
+}
+
+ +

Channel Access Portable Server

Fixed failure occurring if client disconnected while asynchronous PV