From 4dd31471ba76c2b49ba03fb242bef6b8b67dc7ec Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Fri, 2 Sep 2016 21:25:03 +0200 Subject: [PATCH] doc: add note regarding v8 options to ROADMAP --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index c85576c670e788..30bce5b5bf5c62 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -19,6 +19,7 @@ the *major* version of Node.js will be increased. *minor* version number will be increased. TC39 has stated clearly that no backwards incompatible changes will be made to the language so it is appropriate to increase the minor rather than major. +* V8 command line options described by `--v8-options` CAN change in a minor release and should only be regarded as stable across patch-level releases. No new API will be added in *patch* releases.