Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jan 4, 2024
1 parent 6e38a56 commit 5640c53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,13 @@

## Unreleased: mitmproxy next

* *Local Redirect Mode* is now officially available on
[macOS](https://mitmproxy.org/posts/local-redirect/macos/)
and [Windows](https://mitmproxy.org/posts/local-redirect/windows/).
See the linked blog posts for details. (@emanuele-em, @mhils)
* UDP streams are now backed by a new implementation in `mitmproxy_rs`.
This represents a major API change as UDP traffic is now exposed as streams
instead of a callback for each packet. (@mhils)
* Fix a regression from mitmproxy 10.1.6 where `ignore_hosts` would terminate requests
instead of forwarding them.
([#6559](https://github.com/mitmproxy/mitmproxy/pull/6559), @mhils)
Expand Down

0 comments on commit 5640c53

Please sign in to comment.