Skip to content

Commit 0d96be9

Browse files
Add 3.7.5 release notes
1 parent 3a22b1d commit 0d96be9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/topics/release-notes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ You can determine your currently installed version using `pip freeze`:
4242

4343
### 3.7.4
4444

45+
**Date**: [21st December 2017][3.7.5-milestone]
46+
47+
* Add missing *.woff2 font files to packaging. [#5692][gh5692]
48+
* Add missing *.mo locale files to packaging. [#5695][gh5695], [#5696][gh5696]
49+
50+
### 3.7.4
51+
4552
**Date**: [20th December 2017][3.7.4-milestone]
4653

4754
* 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-
924931
[3.7.2-milestone]: https://github.com/encode/django-rest-framework/milestone/59?closed=1
925932
[3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?closed=1
926933
[3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1
927-
934+
[3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1
928935

929936
<!-- 3.0.1 -->
930937
[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-
17331740
[gh5579]: https://github.com/encode/django-rest-framework/issues/5579
17341741
[gh5633]: https://github.com/encode/django-rest-framework/issues/5633
17351742

1743+
<!-- 3.7.5 -->
1744+
[gh5692]: https://github.com/encode/django-rest-framework/issues/5692
1745+
[gh5695]: https://github.com/encode/django-rest-framework/issues/5695
1746+
[gh5696]: https://github.com/encode/django-rest-framework/issues/5696

0 commit comments

Comments
 (0)