Skip to content

Commit

Permalink
custom functions doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 11, 2024
1 parent 0241ee7 commit c74d101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ constructed with
json j{jsoncons::null_arg};
```

- Custom jmespath functions are now supported via PR #560
- Custom jmespath functions are now supported thanks to PR #560

0.178.0
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/jmespath/make_expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jmespath_expression<Json> make_expression(const json::string_view_type& expr,
std::error_code& ec);

template <typename Json>
jmespath_expression<Json> make_expression(const Json::string_view_type& expr, (3) (since 1.0.0)
jmespath_expression<Json> make_expression(const Json::string_view_type& expr, (3) (since 1.0.0)
const custom_functions<Json>& funcs,
std::error_code& ec)
```
Expand Down

0 comments on commit c74d101

Please sign in to comment.