Skip to content

Commit

Permalink
Added CHANGELOG entries for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 10, 2018
1 parent 5622edb commit 23b8bd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.1.0
-----

- Make use of `hrtime()` as monotonic time source if available (PHP 7.3)
- Added `Amp\Iterator\toArray()`
- Added `Amp\Promise\timeoutWithDefault()` (#245)
- Added `Amp\Promise\wrap()` (#234)
- Added `Amp\Loop::now()`
- Fixed stale `NativeDriver::$now` values (#243)

### 2.0.7

- Fixed recording of stack traces for double resolution in case `AMP_DEBUG` was not set as environment variable, defaulting to `0` now. (#217)
Expand Down

0 comments on commit 23b8bd2

Please sign in to comment.