forked from AkkomaGang/akkoma
Update 'CHANGELOG.md'
This commit is contained in:
parent
3e9c0b380a
commit
8104f46031
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue