From 63533d7d56866232885bc1d27be9b856e9573b27 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 23 Oct 2020 04:32:18 -0700 Subject: [PATCH] doc: remove stability warning in v8 module doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove note indicating that the APIs can change at any time. This module migrated from Experimental to Stable 6 years ago (in io.js 1.4.2). PR-URL: https://github.com/nodejs/node/pull/35774 Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil Reviewed-By: Daijiro Wachi --- doc/api/v8.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index 891060606f6388..41c4b81f56fa75 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -11,8 +11,6 @@ built into the Node.js binary. It can be accessed using: const v8 = require('v8'); ``` -The APIs and implementation are subject to change at any time. - ## `v8.cachedDataVersionTag()`