Add release note for #5691

This commit is contained in:
Carlton Gibson 2017-12-20 15:18:38 +01:00
parent 78f982f77d
commit 4eb5b1a222

View File

@ -98,7 +98,9 @@ You can determine your currently installed version using `pip freeze`:
* Fix schema docs typo [#5687][gh5687]
* Fix URL pattern parsing in schema generation [#5689][gh5689]
* Add example using `source=*` to custom field docs. [#5688][gh5688]
* Fix format_suffix_patterns behavior with Django 2 path() routes [#5691][gh5691]
[gh5691]: https://github.com/encode/django-rest-framework/issues/5691
[gh5688]: https://github.com/encode/django-rest-framework/issues/5688
[gh5689]: https://github.com/encode/django-rest-framework/issues/5689
[gh5687]: https://github.com/encode/django-rest-framework/issues/5687