meson/docs/markdown/snippets/keyval.md

8 lines
278 B
Markdown
Raw Normal View History

## `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).