summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2014-03-15 13:32:27 +0000
committerelie <elie>2014-03-15 13:32:27 +0000
commit26fa1f58a76d4a88ffcb645edcbb4fb93aeefb84 (patch)
tree7c142a8e3cfa0293c74eb6ab94e9d8c04aba5e87 /CHANGES.txt
parentfae15cea551cc56345f5cffaf1d1fb69fc070cdd (diff)
downloadpysnmp-git-26fa1f58a76d4a88ffcb645edcbb4fb93aeefb84.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.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 99f6926d..fe9db58f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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
--------------