Skip to content

Commit

Permalink
Add PR to changelog, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel authored Oct 16, 2023
1 parent 00b2e4f commit 0c8e5d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## UNRELEASED (0.5.4)
## [0.5.4](https://github.com/brick/date-time/releases/tag/0.5.4) - 2023-10-16

🐛 **Bug fixes**

Expand Down Expand Up @@ -32,6 +32,10 @@ The `toISOString()` methods return the same result as `__toString()`, but are be
$date?->toISOString();
```

⚡️ **Performance optimizations**

- Most `__toString()` methods got a small performance boost

Thanks to [@gnutix](https://github.com/gnutix)!

## [0.5.3](https://github.com/brick/date-time/releases/tag/0.5.3) - 2023-09-27
Expand Down

0 comments on commit 0c8e5d6

Please sign in to comment.