Skip to content

Commit

Permalink
Prepare v2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Oct 25, 2021
1 parent 3659e89 commit c73bcdc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.5.0 (2021-10-25)

* Feature: Simplify usage by supporting new default loop
(#99 by @clue)

```php
// old (still supported)
$stdio = new Clue\React\Stdio\Stdio($loop);

// new (using default loop)
$stdio = new Clue\React\Stdio\Stdio();
```

* Maintenance: Improve code examples and documentation
(#100 by @clue and #98 by @PaulRotmann)

* Maintenance: Use GitHub actions for continuous integration (CI)
(#97 by @SimonFrings)

## 2.4.0 (2020-11-20)

* Fix: Refactor executing functional tests without ext-readline.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/stdio-react:^2.4
$ composer require clue/stdio-react:^2.5
```

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

0 comments on commit c73bcdc

Please sign in to comment.