File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.1 (2018-03-26)
4+
5+ * Feature: Forward compatibility with upcoming ReactPHP components
6+ (#37 by @clue )
7+
8+ * Fix: Consistent ` connect() ` behavior for all connection states
9+ (#36 by @clue )
10+
11+ * Fix: Report connection error to ` connect() ` callback
12+ (#35 by @clue )
13+
314## 0.3.0 (2018-03-13)
415
516* This is now a community project managed by @friends-of-reactphp . Thanks to
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The recommended way to install this library is [through Composer](https://getcom
8484This will install the latest supported version:
8585
8686``` bash
87- $ composer require react/mysql:^0.3
87+ $ composer require react/mysql:^0.3.1
8888```
8989
9090See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments