Commit fb6bcd9f by Tom Christie

Update release notes, noting support for StreamingHttpResponse. Refs #939

parent 8cc63b09
...@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master ### Master
* Added `trailing_slash` option to routers. * Added `trailing_slash` option to routers.
* Include support for `HttpStreamingResponse`.
* Support wider range of default serializer validation when used with custom model fields. * Support wider range of default serializer validation when used with custom model fields.
* Bugfix: Return error correctly when OAuth non-existent consumer occurs. * Bugfix: Return error correctly when OAuth non-existent consumer occurs.
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg. * Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment