Skip to content

Commit 2e61a14

Browse files
committed
Update intent of socketToFd in changelog
1 parent c467770 commit 2e61a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Version 3.1.1.0
22

3-
* socketToFd: Allows converting a socket to a file desriptor without risking
4-
closing the socket.
3+
* socketToFd: Duplicates a socket as a file desriptor and closes the source
4+
socket.
55
[#424](https://github.com/haskell/network/pull/424)
66
* A new API: gracefulClose.
77
[#417](https://github.com/haskell/network/pull/417)

0 commit comments

Comments
 (0)