diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb34602cc..485bd41e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ Line wrap the file at 100 chars. Th #### Windows - Use a larger icon in notifications on Windows 10. +- Only update DNS settings if updating would change the effective settings. This is a work-around + to avoid invoking `netsh` unnecessarily and getting stuck in associated hangs. ### Fixed #### Windows |
