Skip to content

Commit

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

## [0.4.3](https://github.com/brick/date-time/releases/tag/0.4.3) - 2023-06-20

🔧 **Improvements**

- `TimeZoneOffset::parse()` return type has been narrowed to `TimeZoneOffset`
- Support for seconds in `TimeZoneOffset` has been added back ([#60](https://github.com/brick/date-time/pull/60)) (@jiripudil)

🐛 **Bug fixes**

- Old date/times could fail to be parsed by `ZonedDateTime` due to sub-minute timezone offsets ([#44](https://github.com/brick/date-time/pull/44))

## [0.4.2](https://github.com/brick/date-time/releases/tag/0.4.2) - 2023-05-19

**New methods**
Expand Down

0 comments on commit feac624

Please sign in to comment.