summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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
--------------