From 0d96be9266488d0f7de0dcffad1092316d98e4bf Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Dec 2017 10:13:18 +0000 Subject: [PATCH] Add 3.7.5 release notes --- docs/topics/release-notes.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index e6c9f78f2..52a7e6fbd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,6 +42,13 @@ You can determine your currently installed version using `pip freeze`: ### 3.7.4 +**Date**: [21st December 2017][3.7.5-milestone] + +* Add missing *.woff2 font files to packaging. [#5692][gh5692] +* Add missing *.mo locale files to packaging. [#5695][gh5695], [#5696][gh5696] + +### 3.7.4 + **Date**: [20th December 2017][3.7.4-milestone] * Schema: Extract method for `manual_fields` processing [#5633][gh5633] @@ -924,7 +931,7 @@ For older release notes, [please see the version 2.x documentation][old-release- [3.7.2-milestone]: https://github.com/encode/django-rest-framework/milestone/59?closed=1 [3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?closed=1 [3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1 - +[3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1 [gh2013]: https://github.com/encode/django-rest-framework/issues/2013 @@ -1733,3 +1740,7 @@ For older release notes, [please see the version 2.x documentation][old-release- [gh5579]: https://github.com/encode/django-rest-framework/issues/5579 [gh5633]: https://github.com/encode/django-rest-framework/issues/5633 + +[gh5692]: https://github.com/encode/django-rest-framework/issues/5692 +[gh5695]: https://github.com/encode/django-rest-framework/issues/5695 +[gh5696]: https://github.com/encode/django-rest-framework/issues/5696