File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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+ (#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+
311## 1.0.0 (2017-04-06)
412
513* First stable release, now following SemVer
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ The recommended way to install this library is [through Composer](https://getcom
107107This will install the latest supported version:
108108
109109``` bash
110- $ composer require clue/term-react:^1.0
110+ $ composer require clue/term-react:^1.1
111111```
112112
113113See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments