diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 366721455..b8cc55aa6 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -19,6 +19,15 @@ --> +
Event numbers greater than or equal to +NUM_TIME_EVENTS are now allowed if supported by a custom time provider +which should provide its own advancing timestamp validation.
+ +Time Events numbered 0 through (NUM_TIME_EVENTS-1) are still validated by +code in epicsGeneralTime.c that tests for advancing timestamps and +enforces that restriction.
+Type-safe versions of the device and driver support structures dset