aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-06-21 22:43:01 +0100
committerTom Christie2013-06-21 22:43:01 +0100
commitfb6bcd9f06daaca51441c6b851d6411621d32c26 (patch)
tree2071c832f1e43099f04237a6a19813375f65e12b /docs/topics/release-notes.md
parent8cc63b09f6065e0197e060cc4d62b560196c8877 (diff)
downloaddjango-rest-framework-fb6bcd9f06daaca51441c6b851d6411621d32c26.tar.bz2
Update release notes, noting support for StreamingHttpResponse. Refs #939
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index f49dd5c8..b08ac058 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* Added `trailing_slash` option to routers.
+* Include support for `HttpStreamingResponse`.
* Support wider range of default serializer validation when used with custom model fields.
* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.