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 1
1
# Changelog
2
2
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
+
3
12
## 0.5.1 (2019-01-12)
4
13
5
14
* Fix: Fix "bad handshake" error when connecting without database name.
Original file line number Diff line number Diff line change
1
+
1
2
# MySQL
2
3
3
4
[ ![ 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
460
461
This will install the latest supported version:
461
462
462
463
``` bash
463
- $ composer require react/mysql:^0.5.1
464
+ $ composer require react/mysql:^0.5.2
464
465
```
465
466
466
467
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments