We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb5db commit 2fee1b6Copy full SHA for 2fee1b6
README.md
@@ -30,8 +30,14 @@ format to store user input files.
30
31
* `1.y.z` is built with C++11.
32
* `0.y.z` can be used with older compilers.
33
+* `00.11.z` can be used both in old and new compilers.
34
* Major versions maintain binary-compatibility.
35
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.
41
42
## Using JsonCpp in your project
43
0 commit comments