Set version number in Release Notes

This commit is contained in:
Andrew Johnson
2019-07-30 14:26:56 -05:00
parent 07f09e0759
commit 70ee857782

View File

@ -2,11 +2,12 @@
This document summarizes the changes to the module between releases.
## Master (June 2019)
## Release 4.5.0 (EPICS 7.0.3, Jul 2019)
1) support is a new feature.
2) processRecord is new
## Release 4.4.2 (EPICS 7.0.2.2, Apr 2019)
Formerly if a client makes a request for a subfield of a non structure field
@ -20,6 +21,7 @@ Now if a request is made for a subfield of a non structure field
b) if the subfield is the type for the current union the request succeeds
c) if type is not the same an exception is thrown
## Release 4.4.1 (EPICS 7.0.2.1, Mar 2019)
* Cleaned up some build warnings.