We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f578e2f commit c6111a2Copy full SHA for c6111a2
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 1.0.0 (2017-04-07)
12
13
* First stable release, now following SemVer
README.md
@@ -59,7 +59,7 @@ The recommended way to install this library is [through Composer](https://getcom
59
This will install the latest supported version:
60
61
```bash
62
-$ composer require clue/utf8-react:^1.0
+$ composer require clue/utf8-react:^1.1
63
```
64
65
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments