Skip to content

Commit e156aac

Browse files
committed
Add v0.4.0 changelog
1 parent 0b78905 commit e156aac

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## 0.4.0 (2014-08-xx)
8+
9+
* BC break: The `Client` class has been renamed to `StreamingClient`.
10+
Added new `Client` interface.
11+
(#18 and #19)
12+
13+
* BC break: Rename `message` event to `data`.
14+
(#21)
15+
16+
* BC break: The `Factory` now accepts a `LoopInterface` as first argument.
17+
(#22)
18+
19+
* Fix: The `close` event will be emitted once when invoking the `Client::close()`
20+
method or when the underlying stream closes.
21+
(#20)
22+
23+
* Refactored code, improved testability, extended test suite and better code coverage.
24+
(#11, #18 and #20)
25+
26+
> Note: This is an intermediary release to ease upgrading to the imminent v0.5 release.
27+
728
## 0.3.0 (2014-05-31)
829

930
* First tagged release

0 commit comments

Comments
 (0)