aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/changelog.md
diff options
context:
space:
mode:
authorTom Christie2012-10-08 12:17:43 +0100
committerTom Christie2012-10-08 12:17:43 +0100
commitf4d4d54e030addf64efe68f387b934262a3c173b (patch)
tree8ae0cbd9b33447b71ddff4c5b5dde78e43aa5236 /docs/topics/changelog.md
parent6b6c945d4e71bb70cb76c85cc675cc252a6ede2b (diff)
downloaddjango-rest-framework-f4d4d54e030addf64efe68f387b934262a3c173b.tar.bz2
Adding migration and changelog docs
Diffstat (limited to 'docs/topics/changelog.md')
-rw-r--r--docs/topics/changelog.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/topics/changelog.md b/docs/topics/changelog.md
index a4fd39e2..15fb6301 100644
--- a/docs/topics/changelog.md
+++ b/docs/topics/changelog.md
@@ -1,8 +1,11 @@
-# Release Notes
+# Change Log
## 2.0.0
-**TODO:** Explain REST framework 2.0
+* **Fix all of the things.**
+* For more information please see the [2.0 migration guide][migration].
+
+---
## 0.4.0
@@ -105,3 +108,4 @@
* Initial release.
+[migration]: migration.md \ No newline at end of file