aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/keyval.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
commitf16d31607eb3cd0f281758bd0944e206ef6be387 (patch)
tree0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/keyval.md
parent712cbe056811ebdf0d7358ba07a874717a1c736f (diff)
downloadmeson-f16d31607eb3cd0f281758bd0944e206ef6be387.zip
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.bz2
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/keyval.md')
-rw-r--r--docs/markdown/snippets/keyval.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/keyval.md b/docs/markdown/snippets/keyval.md
deleted file mode 100644
index 895de9b..0000000
--- a/docs/markdown/snippets/keyval.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## `unstable-keyval` is now stable `keyval`
-
-The `unstable-keyval` has been renamed to `keyval` and now promises stability
-guarantees.
-
-Meson will print a warning when you load an `unstable-` module that has been
-stabilised (so `unstable-keyval` is still accepted for example).