- python 3.4's enum.Enum is now also accepted as immutable dict key or set element type. - register_class is now preserving registration order so you can depend on correct and deterministic precedence.
1.20
Added checks in the serializer that prevents generating data that cannot be deserialized later. The problem was that serpent allowed a non-hashable / non-immutable type as a dict key or set element. This is now no longer allowed and an error is thrown if you try to serialize such a data structure.