From 1a791e8c6027bb0328c072f8aed0e3f6f5ea0756 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2017 16:31:01 -0700 Subject: [PATCH] squash: suggestion from addaleax --- doc/api/deprecations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 3845acda7a7c50..cd82b898728a08 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -707,7 +707,8 @@ Type: Documentation-only Using a property named `inspect` on an object to specify a custom inspection function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][] -instead. +instead. (For backwards compatibility with Node.js prior to version 6.4.0, both +may be specified.) [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size [`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array