add a changelog

This commit is contained in:
Benjamin Sergeant 2019-06-06 13:59:12 -07:00
parent 076e8bf6a3
commit 51aeeca024
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View File

@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.1.2] - 2019-06-06
### Added
- ws connect has a -x option to disable per message deflate
- Add WebSocket::disablePerMessageDeflate() option.
## [3.0.0] - 2019-06-xx
### Changed
- TLS, aka SSL works on Windows (websocket and http clients)
- ws command line tool build on Windows
- Async API for HttpClient
- HttpClient API changed to use shared_ptr for response and request

View File

@ -1 +1 @@
3.1.1
3.1.2