We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c0a2a commit 86f33caCopy full SHA for 86f33ca
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# CHANGELOG for network
2
+
3
+## Version 3.2.8.0
4
5
+* sockopt: add IP_DONTFRAG/IP_MTU_DISCOVER option.
6
+ [#603](https://github.com/haskell/network/pull/603)
7
+* Add new SocketOption KeepInit.
8
+ [#600](https://github.com/haskell/network/pull/600)
9
+* Remove withSocketsDo from examples.
10
+ [#596](https://github.com/haskell/network/pull/596)
11
12
## Version 3.2.7.0
13
14
* Using nested `bracket` for `gracefulClose`.
network.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: network
-version: 3.2.7.0
+version: 3.2.8.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Tamar Christina
0 commit comments