diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 11:13:11 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-04 13:00:30 +0100 |
commit | 976c136ab6897809ba94bd1ada1a8cd831236cfa (patch) | |
tree | ef37d1c009a7966b343fdd269af6623c96956117 /docs | |
parent | 0a3b91c1c9f8ae6d8db6a20e25c862766ea09f2c (diff) | |
download | meson-976c136ab6897809ba94bd1ada1a8cd831236cfa.zip meson-976c136ab6897809ba94bd1ada1a8cd831236cfa.tar.gz meson-976c136ab6897809ba94bd1ada1a8cd831236cfa.tar.bz2 |
rewriter: Mark the CLI as experimental
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Rewriter.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index f143ac0..73611e9 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -24,6 +24,12 @@ normal CLI is mostly designed for everyday use. The "script mode", on the other hand, is meant to be used by external programs (IDEs, graphical frontends, etc.) +The rewriter itself is considered stable, however the user interface and the +"script mode" API might change in the future. These changes may also break +backwards comaptibility to older releases. + +We are also open to suggestions for API improvements. + ## Using the rewriter All rewriter functions are accessed via `meson rewrite`. The meson rewriter |