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 108dbd0 commit aad4ed9Copy full SHA for aad4ed9
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
+ (#22 by @Yoshi2889 and #23 by @WyriHaximus)
7
8
+* Improve test suite by fixing HHVM builds and ignoring future errors
9
+ (#24 by @clue)
10
11
## 1.0.0 (2017-04-06)
12
13
* First stable release, now following SemVer
README.md
@@ -107,7 +107,7 @@ The recommended way to install this library is [through Composer](https://getcom
107
This will install the latest supported version:
108
109
```bash
110
-$ composer require clue/term-react:^1.0
+$ composer require clue/term-react:^1.1
111
```
112
113
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments