Skip to content

Commit 7c186e5

Browse files
committed
update README
1 parent d9ffdc4 commit 7c186e5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

AUTHORS

+1
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+
Chen Guoping 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

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# JsonCpp
22

3-
[![badge](https://img.shields.io/badge/conan.io-jsoncpp%2F1.8.0-green.svg?logo=data:image/png;base64%2CiVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAA1VBMVEUAAABhlctjlstkl8tlmMtlmMxlmcxmmcxnmsxpnMxpnM1qnc1sn85voM91oM11oc1xotB2oc56pNF6pNJ2ptJ8ptJ8ptN9ptN8p9N5qNJ9p9N9p9R8qtOBqdSAqtOAqtR%2BrNSCrNJ/rdWDrNWCsNWCsNaJs9eLs9iRvNuVvdyVv9yXwd2Zwt6axN6dxt%2Bfx%2BChyeGiyuGjyuCjyuGly%2BGlzOKmzOGozuKoz%2BKqz%2BOq0OOv1OWw1OWw1eWx1eWy1uay1%2Baz1%2Baz1%2Bez2Oe02Oe12ee22ujUGwH3AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgBQkREyOxFIh/AAAAiklEQVQI12NgAAMbOwY4sLZ2NtQ1coVKWNvoc/Eq8XDr2wB5Ig62ekza9vaOqpK2TpoMzOxaFtwqZua2Bm4makIM7OzMAjoaCqYuxooSUqJALjs7o4yVpbowvzSUy87KqSwmxQfnsrPISyFzWeWAXCkpMaBVIC4bmCsOdgiUKwh3JojLgAQ4ZCE0AMm2D29tZwe6AAAAAElFTkSuQmCC)](https://bintray.com/theirix/conan-repo/jsoncpp%3Atheirix)
4-
[![badge](https://img.shields.io/badge/license-MIT-blue)](https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE)
5-
[![badge](https://img.shields.io/badge/document-doxygen-brightgreen)](http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.html)
6-
[![Coverage Status](https://coveralls.io/repos/github/open-source-parsers/jsoncpp/badge.svg?branch=master)](https://coveralls.io/github/open-source-parsers/jsoncpp?branch=master)
7-
8-
93
[JSON][json-org] is a lightweight data-interchange format. It can represent
104
numbers, strings, ordered sequences of values, and collections of name/value
115
pairs.
@@ -17,6 +11,13 @@ serialization and deserialization to and from strings. It can also preserve
1711
existing comment in unserialization/serialization steps, making it a convenient
1812
format to store user input files.
1913

14+
## Release notes
15+
The 00.11.z branch is a new version, its major version number `00` is to shows that it is
16+
different from branch 0.y.z and 1.y.z. The main purpose of this branch is to give users a
17+
third choice, that is, users can only have a copy of the code, but can build in different environments,
18+
so it can be used with old or newer compilers.
19+
The benefit is that users can used some new features in this new branch that introduced in 1.y.z,
20+
but can hardly applied into 0.y.z.
2021

2122
## Documentation
2223

@@ -30,6 +31,7 @@ format to store user input files.
3031

3132
* `1.y.z` is built with C++11.
3233
* `0.y.z` can be used with older compilers.
34+
* `00.11.z` can be used with older compilers , with new features from `1.y.z`
3335
* Major versions maintain binary-compatibility.
3436

3537

0 commit comments

Comments
 (0)