File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.0 (2016-03-08)
4
+
5
+ * Feature: Support Promise cancellation
6
+ (#7 by @clue )
7
+
8
+ * Improve documentation, update dependencies and
9
+ first class support for PHP 7 and HHVM.
10
+
3
11
## 0.1.0 (2015-03-26)
4
12
5
13
* First tagged release
Original file line number Diff line number Diff line change @@ -131,16 +131,15 @@ Please refer to [clue/block-react](https://github.com/clue/php-block-react#readm
131
131
132
132
## Install
133
133
134
- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
134
+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
135
+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
135
136
136
- ``` JSON
137
- {
138
- "require" : {
139
- "clue/mdns-react" : " ~0.1.0"
140
- }
141
- }
137
+ ``` bash
138
+ $ composer require clue/mdns-react:~ 0.2.0
142
139
```
143
140
141
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
142
+
144
143
## License
145
144
146
145
MIT
You can’t perform that action at this time.
0 commit comments