Skip to content

Commit d82cc16

Browse files
committed
Add changelog entry
1 parent 8121122 commit d82cc16

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Cargo.lock

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

serde_with/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
This breaking release should not impact most users.
11+
It only affects custom character sets used for base64 of which there are no instances on GitHub.
12+
13+
### Changed
14+
15+
* Upgrade base64 to v0.21 (#543)
16+
Thanks to @jeff-hiner for submitting the PR.
17+
18+
Remove support for custom character sets.
19+
This is technically a breaking change.
20+
A code search on GitHub revealed no instances of anyone using that, and `serde_with` ships with many predefined character sets.
21+
The removal means that future base64 upgrade will no longer be breaking changes.
22+
1023
## [2.3.3] - 2023-04-27
1124

1225
### Changed

0 commit comments

Comments
 (0)