浏览代码

Update CHANGELOG.md

Johannes 11 年之前
父节点
当前提交
bd3d685f21
共有 1 个文件被更改,包括 11 次插入3 次删除
  1. 11 3
      CHANGELOG.md

+ 11 - 3
CHANGELOG.md

@@ -2,11 +2,19 @@ This document details changes between individual versions.
 
 
 For instructions on how to upgrade from one version to another, please see the dedicated UPGRADING document.
 For instructions on how to upgrade from one version to another, please see the dedicated UPGRADING document.
 
 
-0.12 (tbd)
-----------
+??? (???)
+---------
+- [BC Break] Passes DeserializationContext to ObjectConstructor instances as additional argument
+
+0.13 (2013-07-29)
+-----------------
+- adds ability to serialize object graphs up to a certain depth (``@MaxDepth``)
+- adds serializer.pre_deserialize event
+
+0.12 (2013-03-28)
+-----------------
 - adds, and exposes SerializationContext/DeserializationContext
 - adds, and exposes SerializationContext/DeserializationContext
 - adds built-in support for deserialization of polymorphic objects when they have a common base class
 - adds built-in support for deserialization of polymorphic objects when they have a common base class
-- adds serializer.pre_deserialize event
 - adds a disjunct exclusion strategy
 - adds a disjunct exclusion strategy
 - allows @Type annotation to be used in combination with @VirtualProperty
 - allows @Type annotation to be used in combination with @VirtualProperty