diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96beef42f8..af0fb1d27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ Line wrap the file at 100 chars. Th - Make route monitor ignore loopback routes. - Increase NetworkManager device readiness timeout to 15 seconds. - Set up routes for OpenVPN using the route manager instead of relying on OpenVPN. +- Use rule-based routing and static routes. ### Fixed - Fix missing map animation after selecting a new location in the desktop app. @@ -94,6 +95,8 @@ Line wrap the file at 100 chars. Th - Fix incorrect version string in .deb installer causing downgrade warnings when upgrading from beta to stable. - Fix memory leak in firewall code via updating `nftnl` dependency. +- Handle IPv6 traffic correctly using `mullvad-exclude` when there is no default route to any + non-tunnel interface. ### Security - Restore the last target state if the daemon crashes. Previously, if auto-connect and |
