|
| 1 | +# 2017-01-10 version 2.1.0 |
| 2 | + |
| 3 | +## << breaking changes >> |
| 4 | + |
| 5 | + * Fix object internal data type is float if msgpack format is float32 (#531) |
| 6 | + |
| 7 | +## << recommended changes >> |
| 8 | + |
| 9 | + * Add `FLOAT64` type. Please use it instead of `DOUBLE` (#531) |
| 10 | + * Add `FLOAT32` type. Please use it instead of `FLOAT` (#531) |
| 11 | + |
| 12 | +## << other updates >> |
| 13 | + |
| 14 | + * Add iterator based parse/unpack function(experimental) (#553) |
| 15 | + * Add `[[deprecated]]` attribute for C++14 (#552) |
| 16 | + * Fix `msgpack_unpack()` return code (#548) |
| 17 | + * Fix integer overflow (#547, #549, #550) |
| 18 | + * Add example codes (#542) |
| 19 | + * Add MSGPACK_NVP. You can use not only variable name but also any strings (#535) |
| 20 | + * Fix and Improve build system (#532, #545) |
| 21 | + * Fix `gcc_atomic.hpp` include path (#529, #530) |
| 22 | + * Improve CI environment (#526) |
| 23 | + * Improve documents (#524) |
| 24 | + * Add msgpack_unpacker_next_with_size() function (#515) |
| 25 | + * Fix `as()` applying condition (#511) |
| 26 | + * Fix fbuffer write (#504) |
| 27 | + * Add gcc bug workaround (#499) |
| 28 | + * Improve object print (#497, #500, #505, #533) |
| 29 | + * Remove some warnings (#495, #506, #508, #513, #528, #538, #545) |
| 30 | + |
1 | 31 | # 2016-06-25 version 2.0.0 |
2 | 32 |
|
3 | 33 | ## << breaking changes >> |
|
0 commit comments