1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 09:57:51 +01:00

Prepare v2.4.3 release

This commit is contained in:
Niklas Keller 2020-04-19 17:54:21 +02:00
parent 8ee469be90
commit 23ac95fc6d

View File

@ -1,3 +1,19 @@
### 2.4.3
- Improved types for `Amp\call`
- Improved types for `Deferred::resolve()` (#307)
### 2.4.2
- Provide useful exception trace in `TimeoutCancellationToken` (#303)
- Add parameter for custom timeout message (#299)
- Add psalm annotations for improved static analysis
### 2.4.1
- Fixed undefined index warning when `stream_select()` fails but `error_get_last()` returns `null`.
2.4.0
-----