Skip to content

Commit c217811

Browse files
committed
Prepare v1.4.0 release
1 parent a106fe0 commit c217811

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Changelog
22

3+
## 1.4.0 (2018-06-11)
4+
5+
* Feature: Improve memory consumption by cleaning up garbage references.
6+
(#33 by @clue)
7+
38
## 1.3.0 (2018-04-24)
49

510
* Feature: Improve memory consumption by cleaning up unneeded references.
611
(#32 by @clue)
712

813
## 1.2.1 (2017-12-22)
914

10-
* README improvements
11-
(#28 by @jsor)
15+
* README improvements
16+
(#28 by @jsor)
1217

13-
* Improve test suite by adding forward compatiblity with PHPUnit 6 and
14-
fix test suite forward compatibility with upcoming EventLoop releases
15-
(#30 and #31 by @clue)
18+
* Improve test suite by adding forward compatiblity with PHPUnit 6 and
19+
fix test suite forward compatibility with upcoming EventLoop releases
20+
(#30 and #31 by @clue)
1621

1722
## 1.2.0 (2017-08-08)
1823

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Alternatively, you can also refer to them with their fully-qualified name:
3939

4040
```php
4141
\React\Promise\Timer\timeout(…);
42-
```
42+
```
4343

4444
### timeout()
4545

@@ -338,11 +338,11 @@ The `getTimeout()` method can be used to get the timeout value in seconds.
338338
The recommended way to install this library is [through Composer](https://getcomposer.org).
339339
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
340340

341-
This project follows [SemVer](http://semver.org/).
341+
This project follows [SemVer](https://semver.org/).
342342
This will install the latest supported version:
343343

344344
```bash
345-
$ composer require react/promise-timer:^1.3
345+
$ composer require react/promise-timer:^1.4
346346
```
347347

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

0 commit comments

Comments
 (0)