Skip to content

Commit d1de87e

Browse files
committed
Update CHANGELOG.md for 3.1.2.0
1 parent 4573613 commit d1de87e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
## Unreleased
22

3-
* Defined `openSocket` in terms of `AddrInfo`
3+
## 3.1.2.0
4+
5+
* Added `-f devel` for test cases that are known to fail.
6+
[#471](https://github.com/haskell/network/pull/471)
7+
* Improved precedence-compliant Read/Show instances. Verified via QuickCheck.
8+
[#465](https://github.com/haskell/network/pull/465)
9+
[#466](https://github.com/haskell/network/pull/466)
10+
* Removed the racing graceful close implementation to avoid issues with `CLOSE_WAIT`.
11+
[#460](https://github.com/haskell/network/pull/438)
12+
* Gracefully handle binding of UNIX domain sockets.
13+
[#460](https://github.com/haskell/network/pull/460)
14+
* Replace Socket type and family with extensible `CInt` pattern and synonyms.
15+
[#459](https://github.com/haskell/network/pull/459)
16+
* Fixed race conditions in tests.
17+
[#458](https://github.com/haskell/network/pull/458)
18+
* Removed many legacy uses of `undefined`.
19+
[#456](https://github.com/haskell/network/pull/456)
20+
* Defined extensible `CustomSockOpt` via `ViewPatterns`.
21+
[#455](https://github.com/haskell/network/pull/455)
22+
* Defined `openSocket` in terms of `AddrInfo`.
423
[5b0987197fe2ed7beddd7b2096522d624e71151e](https://github.com/haskell/network/commit/5b0987197fe2ed7beddd7b2096522d624e71151e)
524
* Improved FreeBSD portability for Control Messages and tests
625
[#452](https://github.com/haskell/network/pull/452)

0 commit comments

Comments
 (0)