From df9abb638dbaeac73f191d55088ceea90bb0590b Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Tue, 18 Sep 2018 15:39:46 +0200 Subject: 2018-09-20, Version 10.11.0 (Current) Notable changes: * fs * Fixed fsPromises.readdir `withFileTypes`. https://github.com/nodejs/node/pull/22832 * http2 * Added `http2stream.endAfterHeaders` property. https://github.com/nodejs/node/pull/22843 * util * Added `util.types.isBoxedPrimitive(value)`. https://github.com/nodejs/node/pull/22620 * Added new collaborators: * boneskull (https://github.com/boneskull) - Christopher Hiller * The Technical Steering Committee has new members: * apapirovski (https://github.com/apapirovski) - Anatoli Papirovski * gabrielschulhof (https://github.com/gabrielschulhof) - Gabriel Schulhof PR-URL: https://github.com/nodejs/node/pull/22932 --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/util.md') diff --git a/doc/api/util.md b/doc/api/util.md index b0e942274c..f4f5f79f09 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1144,7 +1144,7 @@ util.types.isBooleanObject(Boolean(true)); // Returns false ### util.types.isBoxedPrimitive(value) * `value` {any} -- cgit v1.2.3