Skip to content

Commit

Permalink
Fix list creation in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 26, 2020
1 parent 0381d1a commit 1e5423d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/_posts/2020-02-26-release-106.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ Experiencing issues introduced by this release? Please report them in our [issue

`xmltojson` tags may be confusing; if you are not familiar with the conversion, please use the [xmltodict](https://xmltodict-debugger.glitch.me/) tool created by [@balloob] to identify the tags to be used to parse the resulting JSON.

As the attributes that usually need to be scraped are deeper in the document, support for passing in a template to find the JSON attributes has been added. JSON APIs that do not have their attributes at the top level can also benefit from this change.

- ([@bdraco] - [#31809]) ([rest docs])
As the attributes that usually need to be scraped are deeper in the document, support for passing in a template to find the JSON attributes has been added. JSON APIs that do not have their attributes at the top level can also benefit from this change. - ([@bdraco] - [#31809]) ([rest docs])

Example YAML configuration:

Expand Down

0 comments on commit 1e5423d

Please sign in to comment.