Skip to content

Commit

Permalink
Merge branch 'csv_enhancements' of https://github.com/danielaparker/j…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 12, 2015
2 parents d43edb3 + 7a9a8fb commit aa0eda7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h1>jsoncons: a C++ library for json construction</h1>
<li>Handles JSON texts of arbitrarily large depth, a limit can be set if desired</li>
</ul>

<h2>What's new on Master</h2>
<h2>What's new in Release 0.98</h2>

<ul>
<li><p>Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix<br>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The library has a number of features, which are listed below:
- 100 percent pass of test suite files from http://www.json.org/JSON_checker/
- Handles JSON texts of arbitrarily large depth, a limit can be set if desired

## What's new on Master
## What's new in Release 0.98

- Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix
contributed by Rupert Steel.
Expand Down
3 changes: 2 additions & 1 deletion doc/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ vertical-align:1px;
</style>
</head>
<body>
<h2>Targeting 0.98 Release</h2>
<h2>0.98 Release</h2>

<p>Bug fixes:</p>

Expand Down Expand Up @@ -497,6 +497,7 @@ it is arbitrarily large (limited by heap memory.)</p></li>
<li>Changes the top level namespace for the extensions from <code>jsoncons_ext</code> to <code>jsoncons</code>, e.g. <code>jsoncons_ext::csv::csv_reader</code> becomes <code>jsoncons::csv::csv_reader</code>
</li>
<li>Modifies csv_reader and csv_serializer so that the constructors are passed parameters in a <code>csv_parameters</code> object rather than a <code>json</code> object.</li>
<li>Adds more options to csv_reader</li>
</ul>

<h2>0.97.2 Release</h2>
Expand Down
5 changes: 3 additions & 2 deletions src/doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Targeting 0.98 Release
----------------------
0.98 Release
------------

Bug fixes:

Expand All @@ -26,6 +26,7 @@ Changes to extensions:

- Changes the top level namespace for the extensions from `jsoncons_ext` to `jsoncons`, e.g. `jsoncons_ext::csv::csv_reader` becomes `jsoncons::csv::csv_reader`
- Modifies csv_reader and csv_serializer so that the constructors are passed parameters in a `csv_parameters` object rather than a `json` object.
- Adds more options to csv_reader

0.97.2 Release
--------------
Expand Down

0 comments on commit aa0eda7

Please sign in to comment.