Skip to content

Commit c6111a2

Browse files
committed
Prepare v1.1.0 release
1 parent f578e2f commit c6111a2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.1.0 (2017-07-06)
4+
5+
* Feature: Forward compatibility with Stream v1.0 and v0.7 (while keeping BC)
6+
(#12 by @WyriHaximus)
7+
8+
* Improve test suite by fixing HHVM builds and ignoring future errors
9+
(#13 by @clue)
10+
311
## 1.0.0 (2017-04-07)
412

513
* First stable release, now following SemVer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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 clue/utf8-react:^1.0
62+
$ composer require clue/utf8-react:^1.1
6363
```
6464

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

0 commit comments

Comments
 (0)