Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 9, 2016
1 parent 656c5fd commit ed70f8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.0 (2016-03-09)

* Feature: Add optional timeout parameter to all await*() functions
(#17 by @clue)

* Feature: Cancellation is now supported across all PHP versions
(#16 by @clue)

## 1.0.0 (2015-11-13)

* First stable release, now following SemVer
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,15 @@ triggers, this will `cancel()` all pending promises and throw a `TimeoutExceptio

## Install

The recommended way to install this library is [through composer](http://getcomposer.org).
[New to composer?](http://getcomposer.org/doc/00-intro.md)
The recommended way to install this library is [through Composer](http://getcomposer.org).
[New to Composer?](http://getcomposer.org/doc/00-intro.md)

```bash
$ composer require clue/block-react:~1.0
$ composer require clue/block-react:^1.1
```

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

## License

MIT

0 comments on commit ed70f8d

Please sign in to comment.