File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.1 (2017-05-09)
4+
5+ * Fix: Reject promise for invalid URI passed to ConnectionManagerSelective
6+ (#19 by @clue )
7+
8+ * Feature: Forward compatibility with upcoming Socket v1.0 and v0.8 and
9+ upcoming EventLoop v1.0 and v0.5
10+ (#18 and #20 by @clue )
11+
312## 0.7.0 (2017-04-10)
413
514* Feature / BC break: Replace deprecated SocketClient with new Socket component
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp
203203This will install the latest supported version:
204204
205205``` bash
206- $ composer require clue/connection-manager-extra:^0.7
206+ $ composer require clue/connection-manager-extra:^0.7.1
207207```
208208
209209See also the [ CHANGELOG] ( CHANGELOG.md ) for more details about version upgrades.
You can’t perform that action at this time.
0 commit comments