Skip to content

Commit aa0eda7

Browse files
committed
Merge branch 'csv_enhancements' of https://github.com/danielaparker/jsoncons
2 parents d43edb3 + 7a9a8fb commit aa0eda7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h1>jsoncons: a C++ library for json construction</h1>
498498
<li>Handles JSON texts of arbitrarily large depth, a limit can be set if desired</li>
499499
</ul>
500500

501-
<h2>What's new on Master</h2>
501+
<h2>What's new in Release 0.98</h2>
502502

503503
<ul>
504504
<li><p>Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix<br>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The library has a number of features, which are listed below:
2525
- 100 percent pass of test suite files from http://www.json.org/JSON_checker/
2626
- Handles JSON texts of arbitrarily large depth, a limit can be set if desired
2727

28-
## What's new on Master
28+
## What's new in Release 0.98
2929

3030
- Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix
3131
contributed by Rupert Steel.

doc/Changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ vertical-align:1px;
468468
</style>
469469
</head>
470470
<body>
471-
<h2>Targeting 0.98 Release</h2>
471+
<h2>0.98 Release</h2>
472472

473473
<p>Bug fixes:</p>
474474

@@ -497,6 +497,7 @@ it is arbitrarily large (limited by heap memory.)</p></li>
497497
<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>
498498
</li>
499499
<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>
500+
<li>Adds more options to csv_reader</li>
500501
</ul>
501502

502503
<h2>0.97.2 Release</h2>

src/doc/Changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Targeting 0.98 Release
2-
----------------------
1+
0.98 Release
2+
------------
33

44
Bug fixes:
55

@@ -26,6 +26,7 @@ Changes to extensions:
2626

2727
- 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`
2828
- Modifies csv_reader and csv_serializer so that the constructors are passed parameters in a `csv_parameters` object rather than a `json` object.
29+
- Adds more options to csv_reader
2930

3031
0.97.2 Release
3132
--------------

0 commit comments

Comments
 (0)