Skip to content

Commit 4dddf60

Browse files
committed
CHANGELOG update
1 parent be8590e commit 4dddf60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- Git PR #560: [jmespath] When there are elements and the sum is indeed zero, avg function should return average value returned instead of a null value.
3434

35-
- Git Issue #561: json_string_reader doesnot work correctly for empty string or string with all blanks
35+
- Git Issue #561: json_string_reader does not work correctly for empty string or string with all blanks
3636

3737
- Git Issue #564: Fixed basic_json compare of double and non-numeric string
3838

@@ -49,14 +49,14 @@
4949

5050
- Enhancements:
5151

52-
- New `basic_json(json_pointer_arg_t, basic_json* j)` constructor to
52+
- Added `basic_json(json_pointer_arg_t, basic_json* j)` constructor to
5353
allow a `basic_json` value to contain a non-owning view of another `basic_json`
5454
value.
5555

5656
- Added constant `null_arg` so that a null json value can be
5757
constructed with
5858
```
59-
json j{jsoncons::null_arg};
59+
json j{jsoncons::null_arg};
6060
```
6161
6262
- Custom jmespath functions are now supported thanks to PR #560

0 commit comments

Comments
 (0)