Skip to content

Commit d2d4c74

Browse files
authored
Update README.md and add dota17 to AUTHORS list. (open-source-parsers#1168)
* update README * add dota17 to AUTHORS list
1 parent 8b7ea09 commit d2d4c74

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Braden McDorman <bmcdorman@gmail.com>
2121
Brandon Myers <bmyers1788@gmail.com>
2222
Brendan Drew <brendan.drew@daqri.com>
2323
chason <cxchao802@gmail.com>
24+
chenguoping <chenguopingdota@163.com>
2425
Chris Gilling <cgilling@iparadigms.com>
2526
Christopher Dawes <christopher.dawes.1981@googlemail.com>
2627
Christopher Dunn <cdunn2001@gmail.com>

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@ format to store user input files.
3030

3131
* `1.y.z` is built with C++11.
3232
* `0.y.z` can be used with older compilers.
33+
* `00.11.z` can be used both in old and new compilers.
3334
* Major versions maintain binary-compatibility.
3435

36+
### Special note
37+
The branch `00.11.z`is a new branch, its major version number `00` is to show that it is
38+
different from `0.y.z` and `1.y.z`, the main purpose of this branch is to make a balance
39+
between the other two branches. Thus, users can use some new features in this new branch
40+
that introduced in 1.y.z, but can hardly applied into 0.y.z.
3541

3642
## Using JsonCpp in your project
3743

0 commit comments

Comments
 (0)