From a255d1131d07cf5706cbc14ee2df56fec59a56aa Mon Sep 17 00:00:00 2001 From: Erik Little Date: Sat, 21 Oct 2017 18:06:47 -0400 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82e481..158a7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ What's new: --- --Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine. +- Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine. - Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs. - watchOS support.