- travis CI uses g++ on Linux

This commit is contained in:
Benjamin Sergeant
2019-06-09 14:27:45 -07:00
parent ce0b716f54
commit 61e5f52286
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