update CHANGELOG.md

This commit is contained in:
Maximilian Hils 2021-03-30 11:16:55 +02:00
parent 37672f0be0
commit 68c55979fb
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ If you depend on these features, please raise your voice in
events have been replaced with new events, see addon documentation for details (@mhils)
* Contentviews now implement `render_priority` instead of `should_render`, allowing more specialization (@mhils)
* Addition of block_list option to block requests with a set status code (@ericbeland)
* Make mitmweb columns configurable and customizable (@gorogoroumaru)
* Automatic JSON view mode when `+json` suffix in content type (@kam800)
* Use pyca/cryptography to generate certificates, not pyOpenSSL (@mhils)
* Remove the legacy protocol stack (@Kriechi)