diff options
-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 |