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 @@
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.
+Allow time providers to supply timestamps in interrupt context. A pair of