Skip to content

Commit

Permalink
Merge pull request #137 from redboltz/update_to_v3.0.0
Browse files Browse the repository at this point in the history
Update the version to 3.0.0.
  • Loading branch information
redboltz authored Apr 19, 2018
2 parents 965ef66 + 51aeea0 commit 3a9ec82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.0.0
* << Breaking change >> mqtt_cpp requires full C++14 feature.
* Added boost::asio::const_buffer interface. User can use it as topic name and contents(payload).
(#127, #134, #136)
* Improved CI environment. (#129, #130)
* Fixed packet_id leak. (#132)
* Fixed queuing message leak. (#133)
* Added disconnect timeout. (#135)
* Added connect status check function. (#131)

## 2.1.0
* Added packet length checking handler for variable length MQTT packet. (#121)
* Fixed doxygen comments. (#119)
Expand Down

0 comments on commit 3a9ec82

Please sign in to comment.