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/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index feeb66aa88..9f4be9290c 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -960,7 +960,7 @@ usable. #### http2stream.endAfterHeaders * {boolean} -- cgit v1.2.3