Skip to content

Commit

Permalink
Prepare v0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 18, 2018
1 parent 58f8cba commit c23b802
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.3.3 (2018-06-18)

* Fix: Reject pending commands if connection is closed
(#52 by @clue)

* Fix: Do not support multiple statements for security and API reasons
(#51 by @clue)

* Fix: Fix reading empty rows containing only empty string columns
(#46 by @clue)

* Fix: Report correct field length for fields longer than 16k chars
(#42 by @clue)

* Add quickstart example and interactive CLI example
(#45 by @clue)

## 0.3.2 (2018-04-04)

* Fix: Fix parameter binding if query contains question marks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/mysql:^0.3.2
$ composer require react/mysql:^0.3.3
```

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

0 comments on commit c23b802

Please sign in to comment.