Skip to content

Commit

Permalink
Prepare v2.7.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
  • Loading branch information
WyriHaximus committed Jan 7, 2019
1 parent 766dbad commit 31ffa96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
CHANGELOG for 2.x
=================

* 2.7.1 (2018-01-07)

* Fix: file_exists warning when resolving with long strings.
(#130 by @sbesselsen)
* Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
(#133 by @WyriHaximus)

* 2.7.0 (2018-06-13)

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

0 comments on commit 31ffa96

Please sign in to comment.