Skip to content

Commit c420ca0

Browse files
committed
Prepare v0.5.3 release
1 parent 243c733 commit c420ca0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.3 (2019-04-03)
4+
5+
* Fix: Ignore unsolicited server error when not executing any commands.
6+
(#102 by @clue)
7+
8+
* Fix: Fix decoding URL-encoded special characters in credentials from database connection URI.
9+
(#98 and #101 by @clue)
10+
311
## 0.5.2 (2019-02-05)
412

513
* Fix: Fix `ConnectionInterface` return type hint in `Factory`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ The recommended way to install this library is [through Composer](https://getcom
485485
This will install the latest supported version:
486486

487487
```bash
488-
$ composer require react/mysql:^0.5.2
488+
$ composer require react/mysql:^0.5.3
489489
```
490490

491491
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)