You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ <h2>0.97.1 Release</h2>
472
472
473
473
<ulclass="task-list">
474
474
<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>
Copy file name to clipboardExpand all lines: README.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -495,11 +495,11 @@ <h1>jsoncons: a C++ library for json construction</h1>
495
495
<li>Supports reading (writing) JSON values from (to) CSV files</li>
496
496
</ul>
497
497
498
-
<h2>What's new in master</h2>
498
+
<h2>What's new in Release 0.97.1</h2>
499
499
500
500
<ulclass="task-list">
501
501
<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>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ The library has a number of features, which are listed below:
23
23
- Supports storing "any" values in a json object or array, with specialized serialization
24
24
- Supports reading (writing) JSON values from (to) CSV files
25
25
26
-
## What's new in master
26
+
## What's new in Release 0.97.1
27
27
28
28
- "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.)
Copy file name to clipboardExpand all lines: src/doc/Changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
--------------
3
3
4
4
- "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.)
0 commit comments