summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-04-09 18:31:26 +0000
committerelie <elie>2013-04-09 18:31:26 +0000
commit3f20cc46c0ead4627f6c327e0c8cfc3f8bf38c68 (patch)
treece2d2f8b5ff4f2d3cc979beab697d35a40703953 /CHANGES
parent5142fc4d6549672d4a7d9f45123609e17b76275a (diff)
downloadpyasn1-3f20cc46c0ead4627f6c327e0c8cfc3f8bf38c68.tar.gz
fix to REAL type decoder to handle negative REAL values correctly. test
case added.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5514a06..561dedd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@ Revision 0.1.7
- Fix to REAL type encoder to force primitive encoding form encoding.
- Fix to CHOICE decoder to handle explicitly tagged, indefinite length
mode encoding
+- Fix to REAL type decoder to handle negative REAL values correctly. Test
+ case added.
Revision 0.1.6
--------------