diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba57504..babb97fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. - WebSocketMessage sets a new binary field, which tells whether the received incoming message is binary or text - WebSocket::send takes a third arg, binary which default to true (can be text too) - WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg -- Add explicite WebSocket::sendBinary +- Add explicit WebSocket::sendBinary method - New headers + WebSocketMessage class to hold message data, still not used across the board - Add test/compatibility folder with small servers and clients written in different languages and different libraries to test compatibility. - ws echo_server has a -g option to print a greeting message on connect