aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-01-02 16:32:14 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-07 22:26:09 +0100
commit1c92b7d225ffca5391db998b3d0ed49bbd143f8e (patch)
tree54682f8c07c60690272a2eac4de5840a4f20c072 /docs
parente67ba0fd6469baa293bcbd189cbb54573b81b8ac (diff)
downloadmeson-1c92b7d225ffca5391db998b3d0ed49bbd143f8e.zip
meson-1c92b7d225ffca5391db998b3d0ed49bbd143f8e.tar.gz
meson-1c92b7d225ffca5391db998b3d0ed49bbd143f8e.tar.bz2
Added release snippet
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_breaking_format.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_breaking_format.md b/docs/markdown/snippets/introspect_breaking_format.md
new file mode 100644
index 0000000..c3ad7fe
--- /dev/null
+++ b/docs/markdown/snippets/introspect_breaking_format.md
@@ -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.