We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reactphp
clue
WyriHaximus
Learn more about funding links in repositories.
Report abuse
1 parent b2bdbd1 commit 604513eCopy full SHA for 604513e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.3.0 (2018-04-24)
4
+
5
+* Feature: Improve memory consumption by cleaning up unneeded references.
6
+ (#32 by @clue)
7
8
## 1.2.1 (2017-12-22)
9
10
* README improvements
README.md
@@ -342,7 +342,7 @@ This project follows [SemVer](http://semver.org/).
342
This will install the latest supported version:
343
344
```bash
345
-$ composer require react/promise-timer:^1.2.1
+$ composer require react/promise-timer:^1.3
346
```
347
348
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments