Merge pull request 'Return HTTP code 413 when uploading an avatar/header that's too...
[akkoma] / CHANGELOG.md
index bf5513fbb3c00c5bc50c970e515a8443c018f753..103b060e10c90d18d853eb6119138e46cbd793a1 100644 (file)
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## Unreleased
+
+### Removed
+- Non-finch HTTP adapters
+### 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
 
 ## Added