Skip to content

Commit 1ff9aa9

Browse files
committed
Add unreleased changes to CHANGELOG.md
1 parent 5b09871 commit 1ff9aa9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## Unreleased
2+
3+
* Defined `openSocket` in terms of `AddrInfo`
4+
[5b0987197fe2ed7beddd7b2096522d624e71151e](https://github.com/haskell/network/commit/5b0987197fe2ed7beddd7b2096522d624e71151e)
5+
* Improved FreeBSD portability for Control Messages and tests
6+
[#452](https://github.com/haskell/network/pull/452)
7+
* Added `sendMsg` and `recvMsg` APIs
8+
[#433](https://github.com/haskell/network/pull/433)
9+
[#445](https://github.com/haskell/network/pull/445)
10+
[#451](https://github.com/haskell/network/pull/451)
11+
* Implement total Show functions for SockAddr
12+
[#441](https://github.com/haskell/network/pull/441)
13+
* Improve portability changing `u_int32_t` to `uint32_t`.
14+
[#442](https://github.com/haskell/network/pull/442)
15+
* Removed obsolete CPP statements.
16+
[d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce](https://github.com/haskell/network/commit/d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce)
17+
* Loads of improved test coverage.
18+
[cbd67cc50a37770432eb978ac8b8eb6da3664817](https://github.com/haskell/network/commit/cbd67cc50a37770432eb978ac8b8eb6da3664817)
19+
[fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22](https://github.com/haskell/network/commit/fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22)
20+
[6db96969b3e8974abbfd50a7f073baa57376fd5e](https://github.com/haskell/network/commit/6db96969b3e8974abbfd50a7f073baa57376fd5e)
21+
122
## Version 3.1.1.1
223

324
* Fix for GHCJS.

0 commit comments

Comments
 (0)