summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-04-04 08:17:46 +0200
committerIlya Etingof <etingof@gmail.com>2017-04-04 08:17:46 +0200
commitc613363589cc298abd937af82cc392da2168982b (patch)
treea85374eadbad79e3c4115a07ebe76daf192ffccb /CHANGES.txt
parent0c57678b53d966eb8425ce3581f3c77ac188c3c5 (diff)
downloadpysnmp-git-c613363589cc298abd937af82cc392da2168982b.tar.gz
`ErrorIndication` is now based on `Exception`
Also, more SNMP-level errors defined as `ErrorIndication` instances
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 92db386d..42974c02 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,8 +3,11 @@ Revision 4.3.6, released 2017-XX-XX
-----------------------------------
- Fixes to *lexicographicMode* option documentation to make it unambiguous.
-- Unified `errorIndication` values produced by various parts of SNMP engine
- to be `ErrorIndication` instances. This fixes an issue with Twisted.
+- The `ErrorIndication` object is now derived from `Exception` so that it could
+ be raised in exceptions.
+- The `errorIndication` values produced by various parts of SNMP engine
+ unified to be `ErrorIndication` instances. This fixes an issue with Twisted.
+
Revision 4.3.5, released 2017-03-24
-----------------------------------