Skip to content

Commit e1643cc

Browse files
committed
doc: fix minor formatting issue in 0.10 changelog
This splits one huge commit description into paragraphs, which supposedly was the intended behavior there. PR-URL: #7727 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f3f5a89 commit e1643cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/changelogs/CHANGELOG_V010.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,11 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
310310
* child_process: properly support optional args (cjihrig)
311311
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
312312
Timothy J Fontaine, Alexis Campailla)
313+
313314
This is a behavior change, by default we will not allow the negotiation to
314315
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
315316
`--enable-ssl2` or `--enable-ssl3` respectively.
317+
316318
This does not change the behavior for users specifically requesting
317319
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
318320
assumed you know what you're doing since you're specifically asking to use

0 commit comments

Comments
 (0)