From e3e223066c0403f3081783755858ad942cd69e0c Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 9 Oct 2017 13:07:44 -0400 Subject: [PATCH] Update changelog with PR info --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fc038..df13ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ CHANGELOG --- +* 0.4.1 + * Only enableKeepAlive in App if no WsServer passed allowing user to set their own timeout duration + * 0.4 (2017-09-14) * BC: $conn->WebSocket->request replaced with $conn->httpRequest which is a PSR-7 object