File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Braden McDorman <bmcdorman@gmail.com>
2121Brandon Myers <bmyers1788@gmail.com>
2222Brendan Drew <brendan.drew@daqri.com>
2323chason <cxchao802@gmail.com>
24+ chenguoping <chenguopingdota@163.com>
2425Chris Gilling <cgilling@iparadigms.com>
2526Christopher Dawes <christopher.dawes.1981@googlemail.com>
2627Christopher Dunn <cdunn2001@gmail.com>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments