Update 'CHANGELOG.md'
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Norm 2022-12-11 22:57:43 +00:00 committed by Francis Dinh
parent 3e9c0b380a
commit 8104f46031
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 4 additions and 3 deletions

View File

@ -6,11 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## Removed
### Removed
- Non-finch HTTP adapters
## Upgrade notes
### Upgrade notes
- Ensure `config :tesla, :adapter` is either unset, or set to `{Tesla.Adapter.Finch, name: MyFinch}` in your .exs config
### Changed
- Return HTTP error 413 when uploading an avatar or banner that's above the configured upload limit instead of a 500.
## 2022.12