aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-02 21:13:29 +0000
committerTom Christie2012-11-02 21:13:29 +0000
commit59c1e0933f1f7896bb6f6f248aca07acdfb35ae7 (patch)
tree19ce9aa3cb8d1b3befe8c6871cb45ce2adc375f5
parentb468dd6271d95791cc05d5213042f1801145609f (diff)
downloaddjango-rest-framework-59c1e0933f1f7896bb6f6f248aca07acdfb35ae7.tar.bz2
Update release notes
-rw-r--r--README.md4
-rw-r--r--docs/topics/release-notes.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b1e86d28..3d8dce94 100644
--- a/README.md
+++ b/README.md
@@ -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