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 766dbad commit 31ffa96Copy full SHA for 31ffa96
CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG for 2.x
2
=================
3
4
+* 2.7.1 (2018-01-07)
5
+
6
+ * Fix: file_exists warning when resolving with long strings.
7
+ (#130 by @sbesselsen)
8
+ * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
9
+ (#133 by @WyriHaximus)
10
11
* 2.7.0 (2018-06-13)
12
13
* Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
0 commit comments