diff options
| author | Tom Christie | 2013-06-26 22:45:39 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-06-26 22:45:39 +0100 |
| commit | af2fdc03a6f4cafe6e2f19b2adcf59c8918088f2 (patch) | |
| tree | ee284071d3d423cbd7cd7776235cf123acc1159a /docs/topics/release-notes.md | |
| parent | cb83bc373f8044ec21f5affabda0540ed0876357 (diff) | |
| download | django-rest-framework-af2fdc03a6f4cafe6e2f19b2adcf59c8918088f2.tar.bz2 | |
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index ce4df83c..4fecbf1f 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`: * Added `trailing_slash` option to routers. * Include support for `HttpStreamingResponse`. * Support wider range of default serializer validation when used with custom model fields. +* UTF-8 Support for browsable API descriptions. * OAuth2 provider usez timezone aware datetimes when supported. * Bugfix: Return error correctly when OAuth non-existent consumer occurs. * Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg. |
