From 837924af2e7d48a63836b7a52396c64e31797fee Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 2 Aug 2019 08:45:10 -0400 Subject: [PATCH] Update RELEASE_NOTES.md --- documentation/RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 7d34a1e..066cf62 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -2,6 +2,10 @@ This document summarizes the changes to the module between releases. +## Since last release + +* added JSON support for put and putGet + ## Release 4.6.0 (EPICS 7.0.3, Jul 2019) * pvaClient now handles exceptions from the server properly (issue #54).