Skip to content

Commit a43d145

Browse files
committed
Update changelog
1 parent 25ac1f7 commit a43d145

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
66

77
---
88

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+
920
## 0.3.4 [2021-10-26]
1021

1122
### Added
@@ -346,7 +357,7 @@ The minimum supported version is now 1.51.0.
346357

347358
## 0.2.23 [2020-11-17]
348359

349-
## Compatibility notes
360+
### Compatibility notes
350361

351362
Due to #293, any method that requires knowledge of the local offset will now
352363
_fail_ on Linux. For `try_` methods, this means returning an error. For others,

0 commit comments

Comments
 (0)