Skip to content

Commit

Permalink
add tentative removal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Mar 25, 2016
1 parent e89f279 commit ea593f2
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
## Version 2.7

* Removed deprecated aliases from `Network.Socket`:
* `bindSocket` -> `bind`
* `sClose` -> `close`
* `sIsConnected` -> `isConnected`
* `sIsBound` -> `isBound`
* `sIsListening` -> `isListening`
* `sIsReadable` -> `isReadable`
* `sIsWritable` -> `isWritable`

## Version 2.6.2.1

* Regenerate configure and HsNetworkConfig.h.in.
* Regenerate configure and `HsNetworkConfig.h.in`.

* Better detection of CAN sockets.

## Version 2.6.2.0

* Add support for TCP_USER_TIMEOUT.
* Add support for `TCP_USER_TIMEOUT`.

* Don't conditionally export the SockAddr constructors.
* Don't conditionally export the `SockAddr` constructors.

* Add isSupportSockAddr to allow checking for supported address types
* Add `isSupportSockAddr` to allow checking for supported address types
at runtime.

0 comments on commit ea593f2

Please sign in to comment.