Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
doc: fix typo in changelog for 8.8.0
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#16462
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
  • Loading branch information
Alec Perkins authored and addaleax committed Dec 7, 2017
1 parent e08c659 commit c0bb793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V8.md
Expand Up @@ -42,7 +42,7 @@
* **crypto**:
- expose ECDH class [#8188](https://github.com/nodejs/node/pull/8188)
* **http2**:
- http2 is now exposed by defualt without the need for a flag [#15685](https://github.com/nodejs/node/pull/15685)
- http2 is now exposed by default without the need for a flag [#15685](https://github.com/nodejs/node/pull/15685)
- a new environment varible NODE\_NO\_HTTP2 has been added to allow userland http2 to be required [#15685](https://github.com/nodejs/node/pull/15685)
- support has been added for generic `Duplex` streams [#16269](https://github.com/nodejs/node/pull/16269)
* **module**:
Expand Down

0 comments on commit c0bb793

Please sign in to comment.