Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 23, 2023
1 parent c1f66fc commit 1ff8d41
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/toml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Fixes

- *(parser)* Error on invalid days of month, accounting for leap years

## [0.8.3] - 2023-10-23

## [0.8.2] - 2023-10-03
Expand Down
5 changes: 5 additions & 0 deletions crates/toml_datetime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Fixes

- Allow leapseconds in `FromStr`
- Error on invalid days of month, accounting for leap years, in `FromStr`

## [0.6.4] - 2023-10-23

## [0.6.3] - 2023-06-24
Expand Down
4 changes: 4 additions & 0 deletions crates/toml_edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Fixes

- *(parser)* Error on invalid days of month, accounting for leap years

## [0.20.3] - 2023-10-23

### Features
Expand Down

0 comments on commit 1ff8d41

Please sign in to comment.