Skip to content
This repository was archived by the owner on Apr 4, 2018. It is now read-only.

Commit 43e213a

Browse files
committed
Add CHANGELOG
1 parent 97fca42 commit 43e213a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
0.5
2+
-----------------------------------------------------------------------------
3+
- bugfix release (#44, PR #47) which exposes `DontWait` flag on Windows
4+
- exports `socketMonitor`
5+
- `Eq`, `Typable` and `Generic` instances of socket types
6+
7+
0.4.1
8+
-----------------------------------------------------------------------------
9+
- adjust dependencies constraints
10+
11+
0.4
12+
-----------------------------------------------------------------------------
13+
- update `exceptions` and rework tests
14+
15+
0.3.2
16+
-----------------------------------------------------------------------------
17+
- adjust dependencies constraints
18+
19+
0.3.1
20+
-----------------------------------------------------------------------------
21+
- preliminary Windows support (#8)
22+
23+
0.3
24+
-----------------------------------------------------------------------------
25+
- remove `MonadCatchIO-transformers`
26+
- use `pkg-config` (except on Windows)
27+
28+
0.2
29+
-----------------------------------------------------------------------------
30+
- add `disconnect`
31+
32+
0.1
33+
-----------------------------------------------------------------------------
34+
- initial release supporting 0MQ 4.x

zeromq4-haskell.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cabal-version: >= 1.8
1414
build-type: Simple
1515
extra-source-files:
1616
README.md
17+
, CHANGELOG.md
1718
, AUTHORS
1819
, examples/*.hs
1920
, examples/Makefile

0 commit comments

Comments
 (0)