Added release snippet

This commit is contained in:
Daniel Mensinger 2019-01-02 16:32:14 +01:00
parent e67ba0fd64
commit 1c92b7d225
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
## Changed the JSON format of the introspection
All paths used in the meson introspection JSON format are now absolute. This
affects the `filename` key in the targets introspection and the output of
`--target-files` and `--buildsystem-files`.
Furthermore, the `filename` and `install_filename` keys in the targets
introspection are now lists of strings with identical length.