diff options
| author | Tom Christie | 2012-11-05 09:59:12 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-05 09:59:35 +0000 |
| commit | 362c413f084547b117b4cf45fc65a6c0ffa9a574 (patch) | |
| tree | 3eeacc9c8c86fef0ccc2c432d8a2fa7b16d84595 /docs | |
| parent | a4ab4355a64c15fcd8ab3cb6e0391c4896d87664 (diff) | |
| download | django-rest-framework-362c413f084547b117b4cf45fc65a6c0ffa9a574.tar.bz2 | |
Update release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 0bf46430..14d910bd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -6,7 +6,9 @@ ## Master -* Minor field improvements (don't stringify dicts, more robust many-pk fields) +* Support Django's cache framework. +* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.) +* Bugfixes (Support choice field in Browseable API) ## 2.0.2 |
