diff options
| author | Tom Christie | 2013-01-02 13:47:58 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-01-02 13:47:58 +0000 |
| commit | 438c2cac1bcd5ac24ea83bc75deb12b8584b906a (patch) | |
| tree | ebd6727f2d95813f3e6efd4de07a7027e236ef31 /docs/topics/release-notes.md | |
| parent | d379997aba5b1e41309bbed8740ed704c0feb58b (diff) | |
| parent | ef73160599ef836f47801fe550168ecdaa3e20d6 (diff) | |
| download | django-rest-framework-438c2cac1bcd5ac24ea83bc75deb12b8584b906a.tar.bz2 | |
Merge branch 'patch'
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 5b34bf3d..e4bd1217 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -18,7 +18,9 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi ### Master -* Relation changes are no longer persisted in `.restore_object` +* Added `PATCH` support. +* Added `RetrieveUpdateAPIView`. +* Relation changes are now persisted in `save` instead of in `.restore_object`. ### 2.1.14 @@ -61,7 +63,7 @@ This change will not affect user code, so long as it's following the recommended * Bugfix: Ensure read-only fields don't have model validation applied. * Bugfix: Fix hyperlinked fields in paginated results. -### 2.1.9 +## 2.1.9 **Date**: 11th Dec 2012 |
