Skip to content

Commit 7afd922

Browse files
committed
Updates to readme and changelog
1 parent 4d41028 commit 7afd922

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ <h2>0.97.1 Release</h2>
472472

473473
<ul class="task-list">
474474
<li>"Transforming JSON with filters" example fixed</li>
475-
<li>Added a class-specific in-place new to the json class that is implemented in terms of the global version</li>
475+
<li>Added a class-specific in-place new to the json class that is implemented in terms of the global version (required to create json objects with placement new operator.)</li>
476476
<li>Reorganized header files, removing unnecessary includes. </li>
477477
<li>Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.</li>
478478
<li>Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error</li>

README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,11 @@ <h1>jsoncons: a C++ library for json construction</h1>
495495
<li>Supports reading (writing) JSON values from (to) CSV files</li>
496496
</ul>
497497

498-
<h2>What's new in master</h2>
498+
<h2>What's new in Release 0.97.1</h2>
499499

500500
<ul class="task-list">
501501
<li>"Transforming JSON with filters" example fixed</li>
502-
<li>Added a class-specific in-place new to the json class that is implemented in terms of the global version</li>
502+
<li>Added a class-specific in-place new to the json class that is implemented in terms of the global version (required to create json objects with placement new operator.)</li>
503503
<li>Reorganized header files, removing unnecessary includes. </li>
504504
<li>Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.</li>
505505
<li>Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error</li>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ The library has a number of features, which are listed below:
2323
- Supports storing "any" values in a json object or array, with specialized serialization
2424
- Supports reading (writing) JSON values from (to) CSV files
2525

26-
## What's new in master
26+
## What's new in Release 0.97.1
2727

2828
- "Transforming JSON with filters" example fixed
29-
- Added a class-specific in-place new to the json class that is implemented in terms of the global version
29+
- Added a class-specific in-place new to the json class that is implemented in terms of the global version (required to create json objects with placement new operator.)
3030
- Reorganized header files, removing unnecessary includes.
3131
- Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.
3232
- Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error

src/doc/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------
33

44
- "Transforming JSON with filters" example fixed
5-
- Added a class-specific in-place new to the json class that is implemented in terms of the global version
5+
- Added a class-specific in-place new to the json class that is implemented in terms of the global version (required to create json objects with placement new operator.)
66
- Reorganized header files, removing unnecessary includes.
77
- Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.
88
- Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error

0 commit comments

Comments
 (0)