diff options
| author | Tom Christie | 2012-11-02 21:13:29 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-02 21:13:29 +0000 |
| commit | 59c1e0933f1f7896bb6f6f248aca07acdfb35ae7 (patch) | |
| tree | 19ce9aa3cb8d1b3befe8c6871cb45ce2adc375f5 | |
| parent | b468dd6271d95791cc05d5213042f1801145609f (diff) | |
| download | django-rest-framework-59c1e0933f1f7896bb6f6f248aca07acdfb35ae7.tar.bz2 | |
Update release notes
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -57,6 +57,10 @@ To run the tests. # Changelog +## Master + +* Minor field improvements (don't stringify dicts, more robust many-pk fields) + ## 2.0.2 **Date**: 2nd Nov 2012 diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index b9107e96..0bf46430 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,10 @@ > > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## Master + +* Minor field improvements (don't stringify dicts, more robust many-pk fields) + ## 2.0.2 **Date**: 2nd Nov 2012 |
