Skip to content

Commit d6fabb7

Browse files
committed
Update changelog to include touchSocket and deprecations
1 parent 2e61a14 commit d6fabb7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Version 3.1.1.0
22

3-
* socketToFd: Duplicates a socket as a file desriptor and closes the source
3+
* A new API: `gracefulClose`.
4+
[#417](https://github.com/haskell/network/pull/417)
5+
* `touchSocket`, `unsafeFdSocket`: Allow direct access to a socket's file
6+
descriptor while providing tools to prevent it from being garbage collected.
7+
This also deprecated `fdSocket` in favor of `unsafeFdSocket` and
8+
`withFdSocket`.
9+
[#423](https://github.com/haskell/network/pull/423)
10+
* `socketToFd`: Duplicates a socket as a file desriptor and closes the source
411
socket.
512
[#424](https://github.com/haskell/network/pull/424)
6-
* A new API: gracefulClose.
7-
[#417](https://github.com/haskell/network/pull/417)
813

914
## Version 3.1.0.1
1015

0 commit comments

Comments
 (0)