Browse Source

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: https://github.com/nodejs/node/pull/7727
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v7.x
Сковорода Никита Андреевич 9 years ago
parent
commit
e1643ccc5a
  1. 2
      doc/changelogs/CHANGELOG_V010.md

2
doc/changelogs/CHANGELOG_V010.md

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

Loading…
Cancel
Save