|
10 | 10 | </tr>
|
11 | 11 | <tr>
|
12 | 12 | <td>
|
| 13 | +<a href="#16.6.1">16.6.1</a><br/> |
13 | 14 | <a href="#16.6.0">16.6.0</a><br/>
|
14 | 15 | <a href="#16.5.0">16.5.0</a><br/>
|
15 | 16 | <a href="#16.4.2">16.4.2</a><br/>
|
|
41 | 42 | * [io.js](CHANGELOG_IOJS.md)
|
42 | 43 | * [Archive](CHANGELOG_ARCHIVE.md)
|
43 | 44 |
|
| 45 | +<a id="16.6.1"></a> |
| 46 | +## 2021-08-03, Version 16.6.1 (Current), @targos |
| 47 | + |
| 48 | +### Notable Changes |
| 49 | + |
| 50 | +* Updated npm to 7.20.3 (npm team) [#39579](https://github.com/nodejs/node/pull/39579) |
| 51 | +* Reverted an ABI-breaking change from V8 9.2 that could impact some native modules (Michaël Zasso) [#39624](https://github.com/nodejs/node/pull/39624) |
| 52 | +* Fixed a bug in error handling known to affect at least Webpack and Jest (Guy Bedford) [#39593](https://github.com/nodejs/node/pull/39593) |
| 53 | + |
| 54 | +### Commits |
| 55 | + |
| 56 | +* [[`6c769ccedf`](https://github.com/nodejs/node/commit/6c769ccedf)] - **build**: override python executable path on configure (legendecas) [#39465](https://github.com/nodejs/node/pull/39465) |
| 57 | +* [[`cbf6a01c17`](https://github.com/nodejs/node/commit/cbf6a01c17)] - **crypto**: fix `generateKeyPair` with encoding 'jwk' (himself65) [#39319](https://github.com/nodejs/node/pull/39319) |
| 58 | +* [[`3091295609`](https://github.com/nodejs/node/commit/3091295609)] - **deps**: revert ABI-breaking change from V8 9.2 (Michaël Zasso) [#39624](https://github.com/nodejs/node/pull/39624) |
| 59 | +* [[`06d7b8e8c8`](https://github.com/nodejs/node/commit/06d7b8e8c8)] - **deps**: upgrade npm to 7.20.3 (npm team) [#39579](https://github.com/nodejs/node/pull/39579) |
| 60 | +* [[`7b612fadc2`](https://github.com/nodejs/node/commit/7b612fadc2)] - **doc**: fix crypto.hkdf callback derivedKey type (Filip Skokan) [#39453](https://github.com/nodejs/node/pull/39453) |
| 61 | +* [[`7a731efd97`](https://github.com/nodejs/node/commit/7a731efd97)] - **doc,lib,test**: rename HKDF 'key' argument (Tobias Nießen) [#39474](https://github.com/nodejs/node/pull/39474) |
| 62 | +* [[`93bbaa0ce9`](https://github.com/nodejs/node/commit/93bbaa0ce9)] - **module**: fix ERR\_REQUIRE\_ESM error for null frames (Guy Bedford) [#39593](https://github.com/nodejs/node/pull/39593) |
| 63 | +* [[`e13162de09`](https://github.com/nodejs/node/commit/e13162de09)] - **module**: refine `enrichCJSError` (Antoine du Hamel) [#39507](https://github.com/nodejs/node/pull/39507) |
| 64 | +* [[`815fbec6f1`](https://github.com/nodejs/node/commit/815fbec6f1)] - **repl**: do not include legacy getter/setter methods in completion (Anna Henningsen) [#39576](https://github.com/nodejs/node/pull/39576) |
| 65 | +* [[`0405c8d3f0`](https://github.com/nodejs/node/commit/0405c8d3f0)] - **zlib**: avoid converting `Uint8Array` instances to `Buffer` (Antoine du Hamel) [#39492](https://github.com/nodejs/node/pull/39492) |
| 66 | + |
44 | 67 | <a id="16.6.0"></a>
|
45 | 68 | ## 2021-07-29, Version 16.6.0 (Current), @BethGriggs
|
46 | 69 |
|
|
0 commit comments