summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-10-26 16:16:09 +0000
committerelie <elie>2014-10-26 16:16:09 +0000
commita4d83c864a9bad7702c20413ef23c9f6e7c25dfc (patch)
tree2f4b07c1b13353428cbd9351332c8da34a745356 /CHANGES
parente4905f562d2f68b4378f4f34712ad77fd2b8a475 (diff)
downloadpysnmp-a4d83c864a9bad7702c20413ef23c9f6e7c25dfc.tar.gz
built-in debugging is now based on Python logging module
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ad58de2..66c38b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,7 @@ Revision 4.2.6rc0
rebuilt on top of these new optimized versions keeping all the legacy
for compatibility reasons. These classes no more keep references to
SnmpEngine what makes them reusable with many SnmpEngine class instances.
+- Built-in debugging is now based on Python logging module.
- Example on a single Transport Dispatcher use with multiple SnmpEngine's
in oneliner AsyncCommandGenerator & AsyncNotificationOriginator based
applicatons added.