|
27 | 27 | #define'd to `bool` and `return true` respectively. For users that have implemented |
28 | 28 | classes that derive from `basic_json_filter`, and that have overridden `visit_xxx` functions, |
29 | 29 | 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. |
31 | 31 |
|
32 | 32 | 1.3.0 |
33 | 33 | ----- |
@@ -1814,7 +1814,7 @@ Deprecated `basic_csv_options` functions removed: |
1814 | 1814 |
|
1815 | 1815 | Defect fixes: |
1816 | 1816 |
|
1817 | | -- Fixes GCC 9.2 warning: class jsoncons::json_exception |
| 1817 | +- Fixes GCC 9.2 warning: class jsoncons::json_exception |
1818 | 1818 | has virtual functions and accessible non-virtual destructor, |
1819 | 1819 | contributed by KonstantinPlotnikov. |
1820 | 1820 | |
@@ -3631,7 +3631,7 @@ Changes to extensions: |
3631 | 3631 | - 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.) |
3632 | 3632 | - Reorganized header files, removing unnecessary includes. |
3633 | 3633 | - 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 |
3635 | 3635 |
|
3636 | 3636 | 0.97 Release |
3637 | 3637 | ------------ |
@@ -3992,7 +3992,7 @@ For consistency the json::make_array notation is now favored in the documentatio |
3992 | 3992 | 0.70 |
3993 | 3993 | ------------- |
3994 | 3994 |
|
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. |
3996 | 3996 |
|
3997 | 3997 | - The output_format methods that support alternative floating point formatting, e.g. fixed, have been deprecated. |
3998 | 3998 |
|
|
0 commit comments