Skip to content

Commit bd18a36

Browse files
authored
Merge pull request #681 from redboltz/update_doc_to_v3.0.0
Update the document for the version 3.0.0.
2 parents 2f80758 + 3fe6307 commit bd18a36

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 2018-05-09 version 3.0.0
2+
3+
## << breaking changes >>
4+
5+
* Change offset parameter updating rule. If parse error is happend, offset is updated to the error position. (#639, #666)
6+
7+
## << other updates >>
8+
9+
* Improve cross platform configuration (#655, #677)
10+
* Improve build system (#647)
11+
* Improve user class adaptor (#645, #673)
12+
* Improve msgpack::object visitation logic (#676)
13+
* Remove some warnings (#641, 659)
14+
* Add `->` and `*` operators to object_handle (#635)
15+
* Improve CI environment (#631, #634, #643, #657, #662, #668)
16+
* Improve documents (#630, #661)
17+
* Refactoring (#670)
18+
* Add OSS-Fuzz support (#672, #674, #675, #678)
19+
120
# 2017-08-04 version 2.1.5
221
* Improve cross platform configuration (#624)
322
* Add boost asio examples (including zlib) (#610)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`msgpack` for C/C++
22
===================
33

4-
Version 2.1.5 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
4+
Version 3.0.0 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
55

66
It's like JSON but smaller and faster.
77

0 commit comments

Comments
 (0)