We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950aaac commit 6c7cd19Copy full SHA for 6c7cd19
CHANGES.txt
@@ -8,6 +8,12 @@ versions of PyAMF.
8
9
0.7 (Unreleased)
10
----------------
11
+- Dropped support for Python 2.5. A Python 3 port is underway.
12
+- Fix a rare string collision bug with AMF3 #36
13
+- Updated to use the latest version of Cython (0.21.2) #34
14
+- Added Travis/coveralls support.
15
+- Add post processing callbacks to finalise the decoded payloads. #45
16
+- Added support for `google.appengine.ext.ndb`. #47
17
- ``pyamf.Undefined`` now evaluates to ``False`` in a boolean expression
18
(:ticket:`827`)
19
- Fixed an issue in the client where '; charset=utf8' would be appended to the
0 commit comments