From 727a192ab9b2fd426c65e6e5fcadc11e4f87a476 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 23 Jun 2024 16:39:28 +0200 Subject: [PATCH] Add CHANGELOG entry about int ranges --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6186c01..2965dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**