Skip to content

Commit 31ffa96

Browse files
committed
Prepare v2.7.1 release
Signed-off-by: Cees-Jan Kiewiet <[email protected]>
1 parent 766dbad commit 31ffa96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG for 2.x
22
=================
33

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+
411
* 2.7.0 (2018-06-13)
512

613
* Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.

0 commit comments

Comments
 (0)