Return 413 when an actor's banner or background exceeds the size limit
[akkoma] / CHANGELOG.md
index bf5513fbb3c00c5bc50c970e515a8443c018f753..f1dd50ddc2cc3b52b06be1d695375e3250938a00 100644 (file)
@@ -4,6 +4,14 @@ 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
+
 ## 2022.12
 
 ## Added