Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Sep 16, 2023
1 parent f1f432c commit 4abdefd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.2](https://github.com/brick/date-time/releases/tag/0.5.2) - 2023-09-17

⚡️ **Performance optimizations**

- These methods got a small performance boost: `Local(Date|Time|DateTime)` `minOf()`/`maxOf()` ([#76](https://github.com/brick/date-time/pull/76))
- 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)!

## [0.5.1](https://github.com/brick/date-time/releases/tag/0.5.1) - 2023-08-01

**New methods**
Expand Down

0 comments on commit 4abdefd

Please sign in to comment.