Skip to content

Commit

Permalink
Add CHANGELOG entry about int ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jun 23, 2024
1 parent 7b39737 commit 727a192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
- deprecated method `getDay()` has been removed, use `getDayOfMonth()` instead
- `getMonth()` now returns a `Month` enum; use `getMonthValue()` if you want the month number

🔧 **Improvements**

- Methods returning `int` are now type-annotated with int ranges

## [0.6.5](https://github.com/brick/date-time/releases/tag/0.6.5) - 2024-06-19

**New methods**
Expand Down

0 comments on commit 727a192

Please sign in to comment.