Skip to content

Commit 757e45a

Browse files
committed
Adding the last minute PR.
1 parent bc77873 commit 757e45a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can determine your currently installed version using `pip freeze`:
5454
* Set the action on a view when override_method regardless of its None-ness. ([#2933][gh2933])
5555
* `DecimalField` accepts `2E+2` as 200 and validates decimal place correctly. ([#2948][gh2948], [#2947][gh2947])
5656
* Support basic authentication with custom `UserModel` that change `username`. ([#2952][gh2952])
57-
* `IPAddressField` improvements. ([#2747][gh2747])
57+
* `IPAddressField` improvements. ([#2747][gh2747], [#2618][gh2618], [#3008][gh3008])
5858

5959

6060
### 3.1.2
@@ -378,3 +378,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
378378
[gh2947]: https://github.com/tomchristie/django-rest-framework/issues/2947
379379
[gh2952]: https://github.com/tomchristie/django-rest-framework/issues/2952
380380
[gh2747]: https://github.com/tomchristie/django-rest-framework/issues/2747
381+
[gh2618]: https://github.com/tomchristie/django-rest-framework/issues/2618
382+
[gh3008]: https://github.com/tomchristie/django-rest-framework/issues/3008

0 commit comments

Comments
 (0)