Skip to content

Commit 727a192

Browse files
committed
Add CHANGELOG entry about int ranges
1 parent 7b39737 commit 727a192

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
- deprecated method `getDay()` has been removed, use `getDayOfMonth()` instead
4141
- `getMonth()` now returns a `Month` enum; use `getMonthValue()` if you want the month number
4242

43+
🔧 **Improvements**
44+
45+
- Methods returning `int` are now type-annotated with int ranges
46+
4347
## [0.6.5](https://github.com/brick/date-time/releases/tag/0.6.5) - 2024-06-19
4448

4549
**New methods**

0 commit comments

Comments
 (0)