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 f2260e0 commit e776c88Copy full SHA for e776c88
CHANGES.txt
@@ -6,7 +6,7 @@ versions of PyAMF.
6
7
.. contents::
8
9
-0.7 (Unreleased)
+0.7 (2015-02-10)
10
----------------
11
- Dropped support for Python 2.5. A Python 3 port is underway.
12
- Fix a rare string collision bug with AMF3 #36
@@ -20,9 +20,6 @@ versions of PyAMF.
20
``Content-Type`` response header (:ticket:`822`)
21
- Add support for :py:class:`collections.OrderedDict` and
22
:py:class:`collections.Counter` (:ticket:`816`, :ticket:`815`)
23
-
24
-0.6.2 (Unreleased)
25
-------------------
26
- ``pyamf.codec._Codec.__init__`` now supports duck-typing. (:ticket:`835`)
27
- Enabled subclassed list/tuple to be overridden by ``pyamf.add_type`` before
28
defaulting to writing a sequence. (:ticket:`834`)
0 commit comments