You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@
6
6
7
7
## Upgrading
8
8
9
-
-`DeliveryPeriod` instances now require a `DeliveryDuration` as an argument in their constructors, and can't be instantiated from `timedelta`s any more. Instead, `DeliveryDuration`s can be created from `timedelta` instances with `DeliveryDuration.from_timedelta()`.
10
-
11
-
- Timestamps are no-longer automatically converted to UTC. If provided timestamps are not in UTC, the client will raise an exception.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
0 commit comments