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

Add missing changelog entry for v2.0.5

This commit is contained in:
Niklas Keller 2017-12-19 18:35:27 +01:00
parent 502b4be000
commit b498a6bb3b

View File

@ -1,3 +1,9 @@
### 2.0.5
- Fixed possible notices in `formatStacktrace()`. This is an internal API, but the notices might appear on certain stack traces when running with `AMP_DEBUG=true`.
- Fixed segfault with `ev`, see amphp/parallel-functions#3.
- Dropped multiple definitions of `Deferred` and `Emitter`. These were introduced as performance hack, but relied on `zend.assertions` being disabled to change behavior, which is bad. The performance impact is believed to be rather low, because coroutines are used a lot more than `Deferred` in Amp v2.
### 2.0.4 ### 2.0.4
- Allow `AMP_DEBUG` to be defined via the environment. - Allow `AMP_DEBUG` to be defined via the environment.