Skip to content

Commit 3838289

Browse files
committed
Add release note for #5440
1 parent 5442ad2 commit 3838289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ You can determine your currently installed version using `pip freeze`:
5151
**Possible backwards compatibility break** if you were relying on datetime strings being UTC. Have client interpret datetimes or [set default or active timezone (docs)][djangodocs-set-timezone] to UTC if needed.
5252

5353
* Removed DjangoFilterBackend inline with deprecation policy. Use `django_filters.rest_framework.FilterSet` and/or `django_filters.rest_framework.DjangoFilterBackend` instead. [#5273][gh5273]
54+
* Don't strip microseconds from `time` when encoding. Makes consistent with `datetime`. **BC Change**: Previously only milliseconds were encoded. [#5440][gh5440]
5455

5556

5657
<!-- 3.7.0 -->
@@ -60,6 +61,7 @@ You can determine your currently installed version using `pip freeze`:
6061
[gh3732]: https://github.com/encode/django-rest-framework/issues/3732
6162
[djangodocs-set-timezone]: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#default-time-zone-and-current-time-zone
6263
[gh5273]: https://github.com/encode/django-rest-framework/issues/5273
64+
[gh5440]: https://github.com/encode/django-rest-framework/issues/5440
6365

6466

6567
## 3.6.x series

0 commit comments

Comments
 (0)