diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 12eb0a393..045881606 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,13 @@

Changes between 3.14.10 and 3.14.11

+

Perl5 CA library

+ +

The CA::put and CA::put_callback methods now use the native +type of the PV to determine which data type to use in all cases; earlier +versions looked at the Perl data type for single-valued PVs, but this was +truncating some double values into integers.

+

generalTime and epicsTime updates

Allow time providers to supply timestamps in interrupt context. A pair of