1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00

Prepare v2.4.0

This commit is contained in:
Niklas Keller 2019-11-11 20:32:05 +01:00
parent 193efe7e96
commit 13930a5829

View File

@ -1,3 +1,8 @@
2.4.0
-----
- Added `getCurrentTime()` as public API, providing millisecond timestamps for runtime measurements with special support for 32 bit systems. Returned timestamps are relative to an arbitrary point in time, so this API is only suitable to compare two timestamps generated in the same process.
### 2.3.2
- Fixed cancellation trace recording in `TracingDriver`