Skip to content

Commit

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

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
- `Offset::Custom`s parser now enforces a range of minutes
- Removed deprecated `Error::line_col` infavor of `Error::span`
- Removed deprecated `ser::tables_last` as it isn't needed anymore
- Removed deprecagted `Serializer::pretty_*` functions as `toml_edit` is for greater customization

### Fixes

- Allow negative minute `Offset`s

## [0.6.0] - 2023-01-23

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

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
- `Offset::Custom`s parser now enforces a range of minutes

### Fixes

- Allow negative minute `Offset`s

## [0.5.1] - 2023-01-20

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

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
- `Offset::Custom`s parser now enforces a range of minutes
- Removed deprecated `Error::line_col` infavor of `Error::span`
- Removed deprecated `easy` API in favor of `toml` crate

### Fixes

- Allow negative minute `Offset`s

## [0.18.1] - 2023-01-27

### Performance
Expand Down

0 comments on commit df34a73

Please sign in to comment.