We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ac1f7 commit a43d145Copy full SHA for a43d145
CHANGELOG.md
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
6
7
---
8
9
+## Unreleased
10
+
11
+### Added
12
13
+- `Date::checked_add`
14
+- `Date::checked_sub`
15
+- `PrimitiveDateTime::checked_add`
16
+- `PrimitiveDateTime::checked_sub`
17
+- `OffsetDateTime::checked_add`
18
+- `OffsetDateTime::checked_sub`
19
20
## 0.3.4 [2021-10-26]
21
22
### Added
@@ -346,7 +357,7 @@ The minimum supported version is now 1.51.0.
346
357
347
358
## 0.2.23 [2020-11-17]
348
359
349
-## Compatibility notes
360
+### Compatibility notes
350
361
351
362
Due to #293, any method that requires knowledge of the local offset will now
352
363
_fail_ on Linux. For `try_` methods, this means returning an error. For others,
0 commit comments