diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 374a6659c8..9e84f6b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ Line wrap the file at 100 chars. Th - Recreate tun device after a fixed number of connection attempts on the same tun device. ### Fixed +- Fix bad file descriptor errors caused by sending a file descriptor between the daemon and the + `wireguard-go` library. + #### Windows - Detect removal of the OpenVPN TAP adapter on reconnection attempts. - Improve robustness in path environment variable logic in Windows installer. Handle the case |
