From 662a76636161df032bc288538da724bfe2e34935 Mon Sep 17 00:00:00 2001 From: km4yri Date: Tue, 5 Feb 2019 19:42:50 -0500 Subject: [PATCH] Update for PR# 390 --- AUTHORS | 1 + CHANGES | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index a747f19d..f8a5cbe5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Other contributors, listed alphabetically, are: * Gregor Thalhammer * HummingBrid * kcsaff +* Neil J. Jansen * Laurent P. René de Cotret * Martin Ritter * Matthew94 diff --git a/CHANGES b/CHANGES index 33cb1534..9210db4e 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,8 @@ PyVISA Changelog - Made all enumerations of the `constants` module unique. Fixed duplicate enums in StatusCode PR #371 - Use ni backend when specifying a file in open_visa_library PR #373 +- Add flush() method to all resource classes that support viFlush() + (with the exception of VXIInstrument class) PR #390 1.9.1 (2018-08-13)