aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-17 16:00:49 +0000
committerTom Christie2014-12-17 16:00:49 +0000
commit2adfb6c3aa072867981d9bdc06e81ada632e0c4c (patch)
tree86699655c6bac89f8fe70c4ea38dfa8372699064
parentbbd55fafc5e29d9984ca87297a6487cacfa71083 (diff)
downloaddjango-rest-framework-2adfb6c3aa072867981d9bdc06e81ada632e0c4c.tar.bz2
Cleanup extra newline
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index aaaaeb58..00759479 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,7 +44,6 @@ You can determine your currently installed version using `pip freeze`:
**Date**: [December 2014][3.0.2-milestone].
-
* Ensure `request.user` is made available to response middleware. ([#2155][gh2155])
* `Client.logout()` also cancels any existing `force_authenticate`. ([#2218][gh2218], [#2259][gh2259])
* Extra assertions and better checks to preventing incorrect serializer API use. ([#2228][gh2228], [#2234][gh2234], [#2262][gh2262], [#2263][gh2263], [#2266][gh2266], [#2267][gh2267], [#2289][gh2289], [#2291][gh2291])