Skip to content

Commit cab3a7b

Browse files
committed
Add CHANGELOG.md
1 parent f8b22f9 commit cab3a7b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CHANGELOG
2+
3+
This file is a manually maintained list of changes for each release. Feel free
4+
to add your changes here when sending pull requests. Also send corrections if
5+
you spot any mistakes.
6+
7+
## 0.3.0 (2013-XX-XX)
8+
9+
* BC break: Switch from (deprecated) `clue/connection-manager` to `react/socket-client`
10+
and thus replace each occurance of `getConnect($host, $port)` with `create($host, $port)` (#1)
11+
* Fix: Timeouts in `ConnectionManagerTimeout` now actually work (#1)
12+
* Fix: Properly reject promise in `ConnectionManagerSelective` when no targets
13+
have been found (#1)
14+
15+
## 0.2.0 (2013-02-08)
16+
17+
* Feature: Add `ConnectionManagerSelective` which works like a network/firewall ACL
18+
19+
## 0.1.0 (2013-01-12)
20+
21+
* First tagged release
22+

0 commit comments

Comments
 (0)