Skip to content

Commit 31fa767

Browse files
committed
ver bumps up
1 parent e73616c commit 31fa767

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 3.1.4.0
2+
3+
* Install and use afunix_compat.h header.
4+
[#556](https://github.com/haskell/network/pull/556)
5+
* Supporting SO_SNDTIMEO and SO_RCVTIMEO.
6+
[#555](https://github.com/haskell/network/pull/555)
7+
* Emulating socketPair on Windows.
8+
[#554](https://github.com/haskell/network/pull/554)
9+
110
## Version 3.1.3.0
211

312
* Supporting AF_UNIX on Windows

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.1.3.0
3+
version: 3.1.4.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Evan Borden

0 commit comments

Comments
 (0)