Skip to content

Commit 3bc527f

Browse files
committed
Prepare v1.2.0 release
1 parent 4649a3d commit 3bc527f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.2.0 (2017-08-08)
4+
5+
* Feature: Only start timers if input Promise is still pending and
6+
return a settled output promise if the input is already settled.
7+
(#25 by @clue)
8+
9+
* Feature: Cap minimum timer interval at 1µs across all versions
10+
(#23 by @clue)
11+
12+
* Feature: Forward compatibility with EventLoop v1.0 and v0.5
13+
(#27 by @clue)
14+
15+
* Improve test suite by adding PHPUnit to require-dev and
16+
lock Travis distro so new defaults will not break the build
17+
(#24 and #26 by @clue)
18+
319
## 1.1.1 (2016-12-27)
420

521
* Improve test suite to use PSR-4 autoloader and proper namespaces.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The recommended way to install this library is [through Composer](http://getcomp
339339
This will install the latest supported version:
340340

341341
```bash
342-
$ composer require react/promise-timer:^1.1.1
342+
$ composer require react/promise-timer:^1.2
343343
```
344344

345345
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)