File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments