Skip to content

Commit 2fee1b6

Browse files
committed
update README
1 parent a4fb5db commit 2fee1b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
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)