Commit 87d2e60d authored by Dominik Charousset's avatar Dominik Charousset

Document 0.17.5 fix for std::chrono::time_point

parent 4406ed26
...@@ -128,6 +128,8 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -128,6 +128,8 @@ is based on [Keep a Changelog](https://keepachangelog.com).
[0.18.0]). [0.18.0]).
- Fix build on GCC 7.2 - Fix build on GCC 7.2
- Fix build error in the OpenSSL module under some MSVC configurations - Fix build error in the OpenSSL module under some MSVC configurations
- Serializer and deserializer now accept `std::chrono::time_point` for all clock
types instead of hard-wiring `std::system_clock`.
## [0.17.4] - 2019-02-08 ## [0.17.4] - 2019-02-08
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment