From 664b7d4cf427c57b4ca1cbcb4cebbacda4fe2a04 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 14 Sep 2012 11:22:38 -0700 Subject: [PATCH] Changelog for 2.0.2. --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 34d3ef7..072d8e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +v2.0.2 +------ + +- Fixed the pickling of ImageSpecFieldFile. +- Signals are now connected without specifying the class and non-IK models + are filitered out in the receivers. This is necessary beacuse of a bug + with how Django handles abstract models. +- Fixed a `ZeroDivisionError` in the Reflection processor. +- `cStringIO` is now used if it's available. +- Reflections on images now use RGBA instead of RGB. + v2.0.1 ------