fix changelog

This commit is contained in:
Benjamin Sergeant 2019-06-09 12:02:38 -07:00
parent 6ef88b6303
commit d050cc5e13

View File

@ -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