File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.4 (2019-05-21)
4+
5+ * Fix: Do not start idle timer when lazy connection is already closed.
6+ (#110 by @clue )
7+
8+ * Fix: Fix explicit ` close() ` on lazy connection when connection is active.
9+ (#109 by @clue )
10+
311## 0.5.3 (2019-04-03)
412
513* Fix: Ignore unsolicited server error when not executing any commands.
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ The recommended way to install this library is [through Composer](https://getcom
485485This will install the latest supported version:
486486
487487``` bash
488- $ composer require react/mysql:^0.5.3
488+ $ composer require react/mysql:^0.5.4
489489```
490490
491491See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments