Skip to content

Commit 80b7237

Browse files
committed
Prepare v0.3.0 release
1 parent ed13073 commit 80b7237

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
## 0.3.0 (2018-03-13)
4+
5+
* This is now a community project managed by @friends-of-reactphp. Thanks to
6+
@bixuehujin for releasing this project under MIT license and handing over!
7+
(#12 and #33 by @bixuehujin and @clue)
8+
9+
* Feature / BC break: Update react/socket to v0.8.0
10+
(#21 by @Fneufneu)
11+
12+
* Feature: Support passing custom connector and
13+
load system default DNS config by default
14+
(#24 by @flow-control and #30 by @clue)
15+
16+
* Feature: Add `ConnectionInterface` with documentation
17+
(#26 by @freedemster)
18+
19+
* Fix: Last query param is lost if no callback is given
20+
(#22 by @Fneufneu)
21+
22+
* Fix: Fix memory increase (memory leak due to keeping incoming receive buffer)
23+
(#17 by @sukui)
24+
25+
* Improve test suite by adding test instructions and adding Travis CI
26+
(#34 by @clue and #25 by @freedemster)
27+
28+
* Improve documentation
29+
(#8 by @ovr and #10 by @RafaelKa)
30+
31+
## 0.2.0 (2014-10-15)
32+
33+
* Now compatible with ReactPHP v0.4
34+
35+
## 0.1.0 (2014-02-18)
36+
37+
* First tagged release (ReactPHP v0.3)

ChangeLog

Whitespace-only changes.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ The recommended way to install this library is [through Composer](https://getcom
5959
This will install the latest supported version:
6060

6161
```bash
62-
$ composer require react/mysql:^0.2
62+
$ composer require react/mysql:^0.3
6363
```
6464

65+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
66+
6567
This project aims to run on any platform and thus does not require any PHP
6668
extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
6769
HHVM.

0 commit comments

Comments
 (0)