File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.2 (2019-02-05)
4+
5+ * Fix: Fix ` ConnectionInterface ` return type hint in ` Factory ` .
6+ (#93 by @clue )
7+
8+ * Minor documentation typo fix and improve test suite to test against PHP 7.3,
9+ add forward compatibility with PHPUnit 7 and use legacy PHPUnit 5 on HHVM.
10+ (#92 and #94 by @clue )
11+
312## 0.5.1 (2019-01-12)
413
514* Fix: Fix "bad handshake" error when connecting without database name.
Original file line number Diff line number Diff line change 1+
12# MySQL
23
34[ ![ Build Status] ( https://travis-ci.org/friends-of-reactphp/mysql.svg?branch=master )] ( https://travis-ci.org/friends-of-reactphp/mysql )
@@ -460,7 +461,7 @@ The recommended way to install this library is [through Composer](https://getcom
460461This will install the latest supported version:
461462
462463``` bash
463- $ composer require react/mysql:^0.5.1
464+ $ composer require react/mysql:^0.5.2
464465```
465466
466467See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments