- travis CI uses g++ on Linux

This commit is contained in:
Benjamin Sergeant
2019-06-09 14:27:45 -07:00
parent 03b5a57474
commit b8c1176c79
2 changed files with 18 additions and 14 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased] - 2019-06-09
### Changed
- travis CI uses g++ on Linux
## [4.0.0] - 2019-06-09
### Changed
- WebSocket::send() sends message in TEXT mode by default