From 29651b7bea7eb1047eb7fe2c10016c06488f184f Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 21 Sep 2023 12:04:47 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b92c9..353a5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Static objects returned by factory methods are now cached ([#77](https://github.com/brick/date-time/pull/77)) - The special case `LocalDate::plusDays(1)` is now much faster ([#79](https://github.com/brick/date-time/pull/79)) -Thanks to [@gnutix](https://github.com/gnutix)! +Thanks to [@gnutix](https://github.com/gnutix) and [@BastienClement](https://github.com/BastienClement)! ## [0.5.1](https://github.com/brick/date-time/releases/tag/0.5.1) - 2023-08-01