Skip to content

Commit 9e87c84

Browse files
committed
docs: Update changelog
1 parent b47f77c commit 9e87c84

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

crates/toml/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- *(ser)* Error rather than drop whole arrays when a single element is `None`
13+
1014
## [0.7.6] - 2023-07-05
1115

1216
### Features

crates/toml_edit/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Fixes
11+
12+
- *(ser)* Error rather than drop whole arrays when a single element is `None`
13+
1014
## [0.19.14] - 2023-07-14
1115

1216
### Performance

0 commit comments

Comments
 (0)