diff options
author | cjihrig <cjihrig@gmail.com> | 2017-10-25 15:10:15 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2017-10-25 17:35:36 -0400 |
commit | e8de2bfd138c42f4632777c01d3ef79a03fb8333 (patch) | |
tree | 669016585a5fe8e3adc9d4f171c609be9968d39e /src/node_version.h | |
parent | e714c42eabb265d7f8a230de595eef12fddd58c9 (diff) | |
download | node-new-e8de2bfd138c42f4632777c01d3ef79a03fb8333.tar.gz |
2017-10-25, Version 8.8.1 (Current)
Notable changes:
* net:
- Fix timeout with null handle issue. This is a regression in
Node 8.8.0. https://github.com/nodejs/node/pull/16489
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h index 6d099999be..675110e668 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -76,11 +76,11 @@ * to load older modules. This should be done whenever * an API is broken in the C++ side, including in v8 or * other dependencies. - * + * * Node.js will not change the module version during a Major release line * We will at times update the version of V8 shipped in the release line * if it can be made ABI compatible with the previous version. - * + * * Module version by Node.js version: * Node.js v0.10.x: 11 * Node.js v0.12.x: 14 |