blob: 895de9bcfbd3a6bf09e3fbb50781ac2b1ea03d0c (
plain)
1
2
3
4
5
6
7
|
## `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).
|