summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-15 13:32:27 +0000
committerelie <elie>2014-03-15 13:32:27 +0000
commit06c5863b17d50d823ddf85125096c23a35268284 (patch)
treeb63d9cf02dd61c39c6afb6eca15807feed5dc78d /CHANGES
parentf7fc6ef8fecf692d3e064f3e63a6180e1f365ab2 (diff)
downloadpysnmp-06c5863b17d50d823ddf85125096c23a35268284.tar.gz
Fix to .clone() method of rfc1902.Bits class to make its signature
matching the rest of classes. This may broke code which used to pass namedValue parameter positionally rather than binding it by name.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99f6926..fe9db58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,9 @@ Revision 4.2.6rc0
on clone()'ing and subtype()'ing.
- Fix to rfc1902.OctetString & Bits to base them on OctetString class to
make the 'fixed length' property working.
+- Fix to .clone() method of rfc1902.Bits class to make its signature
+ matching the rest of classes. This may broke code which used to pass
+ namedValue parameter positionally rather than binding it by name.
Revision 4.2.5
--------------