1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Added CHANGELOG entries for v2.1.0

This commit is contained in:
Niklas Keller 2018-12-10 20:13:25 +01:00
parent 5622edba37
commit 23b8bd2cfe

View File

@ -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 ### 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) - Fixed recording of stack traces for double resolution in case `AMP_DEBUG` was not set as environment variable, defaulting to `0` now. (#217)