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

This commit is contained in:
Tom Christie 2013-06-21 22:43:01 +01:00
parent 8cc63b09f6
commit fb6bcd9f06

View File

@ -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.