Fix list creation in release notes

This commit is contained in:
Franck Nijhof 2020-02-26 13:57:31 +01:00
parent 0381d1ace4
commit 1e5423df22
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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. `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. 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])
- ([@bdraco] - [#31809]) ([rest docs])
Example YAML configuration: Example YAML configuration: