diff --git a/doc/api/util.md b/doc/api/util.md index daba992b89dd51..18733103413be5 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -404,6 +404,8 @@ changes: description: The `constructor` parameter can refer to an ES6 class now. --> +> Stability: 3 - Legacy: Use ES2015 class syntax and `extends` keyword instead. + * `constructor` {Function} * `superConstructor` {Function}