mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 02:00:50 +08:00
Update README.md and add dota17 to AUTHORS list. (#1168)
* update README * add dota17 to AUTHORS list
This commit is contained in:
parent
8b7ea09b80
commit
d2d4c74a03
1
AUTHORS
1
AUTHORS
@ -21,6 +21,7 @@ Braden McDorman <bmcdorman@gmail.com>
|
|||||||
Brandon Myers <bmyers1788@gmail.com>
|
Brandon Myers <bmyers1788@gmail.com>
|
||||||
Brendan Drew <brendan.drew@daqri.com>
|
Brendan Drew <brendan.drew@daqri.com>
|
||||||
chason <cxchao802@gmail.com>
|
chason <cxchao802@gmail.com>
|
||||||
|
chenguoping <chenguopingdota@163.com>
|
||||||
Chris Gilling <cgilling@iparadigms.com>
|
Chris Gilling <cgilling@iparadigms.com>
|
||||||
Christopher Dawes <christopher.dawes.1981@googlemail.com>
|
Christopher Dawes <christopher.dawes.1981@googlemail.com>
|
||||||
Christopher Dunn <cdunn2001@gmail.com>
|
Christopher Dunn <cdunn2001@gmail.com>
|
||||||
|
@ -30,8 +30,14 @@ format to store user input files.
|
|||||||
|
|
||||||
* `1.y.z` is built with C++11.
|
* `1.y.z` is built with C++11.
|
||||||
* `0.y.z` can be used with older compilers.
|
* `0.y.z` can be used with older compilers.
|
||||||
|
* `00.11.z` can be used both in old and new compilers.
|
||||||
* Major versions maintain binary-compatibility.
|
* Major versions maintain binary-compatibility.
|
||||||
|
|
||||||
|
### Special note
|
||||||
|
The branch `00.11.z`is a new branch, its major version number `00` is to show that it is
|
||||||
|
different from `0.y.z` and `1.y.z`, the main purpose of this branch is to make a balance
|
||||||
|
between the other two branches. Thus, users can use some new features in this new branch
|
||||||
|
that introduced in 1.y.z, but can hardly applied into 0.y.z.
|
||||||
|
|
||||||
## Using JsonCpp in your project
|
## Using JsonCpp in your project
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user