Skip to content

Commit

Permalink
Docs for Release 0.97.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jul 21, 2015

Verified

This commit was signed with the committer’s verified signature.
Thomas-Avery Thomas Avery
1 parent a028030 commit 75299e0
Showing 4 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Changelog.html
Original file line number Diff line number Diff line change
@@ -468,7 +468,7 @@
</style>
</head>
<body>
<h2>Master</h2>
<h2>0.97.2 Release</h2>

<ul>
<li>Incorporates test suite files from <a href="http://www.json.org/JSON_checker/">http://www.json.org/JSON_checker/</a> into test suite</li>
@@ -479,8 +479,9 @@ <h2>Master</h2>

<p>["Extra close"]]</p>

<p>(Currently the <code>jsoncons</code> parser stops after reading a full <code>json</code> document, and supports reading a sequence of documents.) </p>
<p>(Currently the <code>jsoncons</code> parser stops after reading a complete JSON text, and supports reading a sequence of JSON texts.) </p>
</li>
<li><p>Incorporates a fix to operator== on json objects, contributed by Alex Merry</p></li>
</ul>

<h2>0.97.1 Release</h2>
5 changes: 3 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
@@ -495,7 +495,7 @@ <h1>jsoncons: a C++ library for json construction</h1>
<li>Supports reading (writing) JSON values from (to) CSV files</li>
</ul>

<h2>What's new on master</h2>
<h2>What's new on Release 0.97.2</h2>

<ul>
<li>Incorporates test suite files from <a href="http://www.json.org/JSON_checker/">http://www.json.org/JSON_checker/</a> into test suite</li>
@@ -506,8 +506,9 @@ <h2>What's new on master</h2>

<p>["Extra close"]]</p>

<p>(Currently the <code>jsoncons</code> parser stops after reading a full <code>json</code> document, and supports reading a sequence of documents.) </p>
<p>(Currently the <code>jsoncons</code> parser stops after reading a complete JSON text, and supports reading a sequence of JSON texts.) </p>
</li>
<li><p>Incorporates a fix to operator== on json objects, contributed by Alex Merry</p></li>
</ul>

<h2>Using the code</h2>
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ The library has a number of features, which are listed below:
- Supports storing "any" values in a json object or array, with specialized serialization
- Supports reading (writing) JSON values from (to) CSV files

## What's new on master
## What's new on Release 0.97.2

- Incorporates test suite files from http://www.json.org/JSON_checker/ into test suite
- The `jsoncons` parser accepts all of the JSON_checker files that its supposed to accept.
@@ -32,7 +32,9 @@ The library has a number of features, which are listed below:

["Extra close"]]

(Currently the `jsoncons` parser stops after reading a full `json` document, and supports reading a sequence of documents.)
(Currently the `jsoncons` parser stops after reading a complete JSON text, and supports reading a sequence of JSON texts.)

- Incorporates a fix to operator== on json objects, contributed by Alex Merry

## Using the code

8 changes: 5 additions & 3 deletions src/doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Master
------
0.97.2 Release
--------------

- Incorporates test suite files from http://www.json.org/JSON_checker/ into test suite
- The `jsoncons` parser accepts all of the JSON_checker files that its supposed to accept.
@@ -8,7 +8,9 @@ Master

["Extra close"]]

(Currently the `jsoncons` parser stops after reading a full `json` document, and supports reading a sequence of documents.)
(Currently the `jsoncons` parser stops after reading a complete JSON text, and supports reading a sequence of JSON texts.)

- Incorporates a fix to operator== on json objects, contributed by Alex Merry

0.97.1 Release
--------------

0 comments on commit 75299e0

Please sign in to comment.