Skip to content

Commit df35ae6

Browse files
ChALkeRcjihrig
authored andcommitted
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 5f12807 commit df35ae6

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
@@ -294,9 +294,11 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
294294
* child_process: properly support optional args (cjihrig)
295295
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
296296
Timothy J Fontaine, Alexis Campailla)
297+
297298
This is a behavior change, by default we will not allow the negotiation to
298299
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
299300
`--enable-ssl2` or `--enable-ssl3` respectively.
301+
300302
This does not change the behavior for users specifically requesting
301303
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
302304
assumed you know what you're doing since you're specifically asking to use

0 commit comments

Comments
 (0)