Update release notes.

This commit is contained in:
Tom Christie 2013-02-14 13:02:38 +00:00
parent af686ec11a
commit 0d3e23f0d3

View File

@ -40,6 +40,11 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series
### Master
* Bugfix: request.DATA should return an empty `QueryDict` with no data, not `None`.
* Bugfix: Remove unneeded field validation, which caused extra querys.
### 2.2.0
**Date**: 13th Feb 2013