remove a create method from monitor; remove unused channelStateChange methods

This commit is contained in:
mrkraimer
2018-01-05 14:38:42 -05:00
parent a21e5b5913
commit 28a23dc5a8
9 changed files with 76 additions and 216 deletions
+15
View File
@@ -1,3 +1,18 @@
EPICS 7 release 4.7.1
=====================
API changes to PvaClientMonitor
-------------------------------
The create method that had arguments for stateChangeRequester and monitorRequester no longer exists.
API changes to PvaClientGet, ..., PvaClientMonitor
--------------------------------------------------
pvaClientGet, ..., pvaClientMonitor all implemented PvaClientChannelStateChangeRequester.
This was never called and has been removed.
EPICS V4 release 4.7
====================