We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d986d commit 456a93eCopy full SHA for 456a93e
doc/changelogs/CHANGELOG_V6.md
@@ -56,7 +56,14 @@ will be supported actively until April 2018 and maintained until April 2019.
56
57
### Notable Changes
58
59
-Coming Soon
+* **crypto**:
60
+ - update root certificates - Updated root certificates based on [NSS 3.30](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.30_release_notes) (Ben Noordhuis)
61
+* **deps**:
62
+ - upgrade OpenSSL to version 1.0.2.l
63
+* **http**:
64
+ - describe parse err in debug output - parse errors are now reported when NODE_DEBUG=http (Sam Roberts)
65
+* **zlib**:
66
+ - fix node crashing on invalid options - node will now throw an Error when zlib rejects the value of windowBits, instead of crashing (Alexey Orlenko)
67
68
### Commits
69
0 commit comments