diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/del-old-names.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/del-old-names.md b/docs/markdown/snippets/del-old-names.md new file mode 100644 index 0000000..c4abc9a --- /dev/null +++ b/docs/markdown/snippets/del-old-names.md @@ -0,0 +1,7 @@ +## Old command names are now errors + +Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter` +and `mesontest` have been deprecated for a long time. Starting from +this versino they no longer do anything but instead always error +out. All functionality is available as subcommands in the main `meson` +binary. |