Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Apr 2, 2020
1 parent 2621faf commit 564f9d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
master
------

Defects fixed:

- Fixed jsonpath issue "union with spaces" identified in
[JSONPath Comparison](https://cburgmer.github.io/json-path-comparison/)

Changes:

- The names `basic_json_content_handler` and `basic_default_json_content_handler`
have been deprecated and renamed to `basic_json_visitor` and `basic_default_json_visitor`.
The private visitor functions `do_xxx` have been renamed to `visit_xxx`.
This change should be transparent to most users.
This change should be transparent to most users.

- The name `staj_event_type::name` has been deprecated and renamed to
`staj_event_type::key`. Rationale: consistency with other names. The old
name is still supported.

- The class `null_ser_context` has been deprecated, for defaults, `ser_context()`
- The class `null_ser_context` has been deprecated. For defaults, `ser_context()`
is now used in place of `null_ser_context()`.

Enhancements:
Expand Down

0 comments on commit 564f9d5

Please sign in to comment.