From b498a6bb3b88b1a09650affd4af12a4c05df0500 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Tue, 19 Dec 2017 18:35:27 +0100 Subject: [PATCH] Add missing changelog entry for v2.0.5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d785dbe..81aa1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Allow `AMP_DEBUG` to be defined via the environment.