Skip to content
Snippets Groups Projects
Commit fd4e28f2 authored by Takatoshi Kondo's avatar Takatoshi Kondo Committed by GitHub
Browse files

Merge pull request #621 from redboltz/v2.1.4

Updated the version to 2.1.4.
parents 22bc7070 20980626
No related branches found
Tags 2.1.4
No related merge requests found
# 2017-08-03 version 2.1.4
* Add boost asio examples (including zlib) (#610)
* Remove some warnings (#611)
* Fix unpack visitor to treat float32/64 correctly (#613)
* Improve documents (#616)
* Fix alignment problem on some platform (#617, #518)
* Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem (#619)
# 2017-06-15 version 2.1.3
* Improve build system (#603)
* Add C++17 adaptors `std::optional` and `std::string_view`. (#607, #608)
......
version: 2.1.3.{build}
version: 2.1.4.{build}
image:
- Visual Studio 2015
......
#define MSGPACK_VERSION_MAJOR 2
#define MSGPACK_VERSION_MINOR 1
#define MSGPACK_VERSION_REVISION 3
#define MSGPACK_VERSION_REVISION 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment