Skip to content

Commit 9ccf27f

Browse files
Update CHANGELOG.md
1 parent 82aba94 commit 9ccf27f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define'd to `bool` and `return true` respectively. For users that have implemented
2828
classes that derive from `basic_json_filter`, and that have overridden `visit_xxx` functions,
2929
it is recommended to use these macros for the return type and return value rather than
30-
`bool` and `return true`. This is for forward compatability.
30+
`bool` and `return true`. This is for forward compatibility.
3131

3232
1.3.0
3333
-----
@@ -1814,7 +1814,7 @@ Deprecated `basic_csv_options` functions removed:
18141814
18151815
Defect fixes:
18161816
1817-
- Fixes GCC 9.2 warning: ‘class jsoncons::json_exception’
1817+
- Fixes GCC 9.2 warning: ‘class jsoncons::json_exception’
18181818
has virtual functions and accessible non-virtual destructor,
18191819
contributed by KonstantinPlotnikov.
18201820
@@ -3631,7 +3631,7 @@ Changes to extensions:
36313631
- 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.)
36323632
- Reorganized header files, removing unnecessary includes.
36333633
- Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.
3634-
- Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error
3634+
- Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error
36353635

36363636
0.97 Release
36373637
------------
@@ -3992,7 +3992,7 @@ For consistency the json::make_array notation is now favored in the documentatio
39923992
0.70
39933993
-------------
39943994

3995-
- Since 0.50, jsoncons has used snprintf for default serialization of double values to string values. This can result in invalid json output when running on a locale like German or Spanish. The period character (‘.’) is now always used as the decimal point, non English locales are ignored.
3995+
- Since 0.50, jsoncons has used snprintf for default serialization of double values to string values. This can result in invalid json output when running on a locale like German or Spanish. The period character (‘.’) is now always used as the decimal point, non English locales are ignored.
39963996

39973997
- The output_format methods that support alternative floating point formatting, e.g. fixed, have been deprecated.
39983998

0 commit comments

Comments
 (0)