node/doc/changelogs
Michaël Zasso 309e1eae79
2019-11-05, Version 13.1.0 (Current)
Notable changes:

* cli:
  * Added a new flag (`--trace-uncaught`) that makes Node.js print the
    stack trace at the time of throwing uncaught exceptions, rather than
    at the creation of the `Error` object, if there is any. This is
    disabled by default because it affects GC behavior.
    https://github.com/nodejs/node/pull/30025
* crypto
  * Added `Hash.prototype.copy()` method. It returns a new `Hash` object
    with its internal state cloned from the original one.
    https://github.com/nodejs/node/pull/29910
* dgram
  * Added source-specific multicast support. This adds methods to
    Datagram sockets to support RFC 4607
    (https://tools.ietf.org/html/rfc4607) for IPv4 and IPv6.
    https://github.com/nodejs/node/pull/15735
* fs
  * Added a `bufferSize` option to `fs.opendir()`. It allows to control
    the number of entries that are buffered internally when reading from
    the directory. https://github.com/nodejs/node/pull/30114
* meta
  * Added Chengzhong Wu (https://github.com/legendecas) to
    collaborators. https://github.com/nodejs/node/pull/30115

PR-URL: https://github.com/nodejs/node/pull/30262
2019-11-05 19:39:20 +01:00
..
CHANGELOG_ARCHIVE.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
CHANGELOG_IOJS.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V4.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V5.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V6.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V7.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V8.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V9.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V10.md 2019-10-22, Version 10.17.0 'Dubnium' (LTS) 2019-10-22 20:15:24 +01:00
CHANGELOG_V11.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V12.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V13.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
CHANGELOG_V010.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
CHANGELOG_V012.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00