Cleanup extra newline

This commit is contained in:
Tom Christie 2014-12-17 16:00:49 +00:00
parent bbd55fafc5
commit 2adfb6c3aa

View File

@ -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])