diff options
author | Martial <martial.jefferson@gmail.com> | 2015-10-05 17:31:53 -0400 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2015-10-06 20:28:33 -0700 |
commit | f5a3f44f5c0381d4b0505b4b8ff3df8de6225444 (patch) | |
tree | 85a997acb0e2b5b4d035211ab7e879951aaf7e6c /CHANGELOG.md | |
parent | 66c9c6121247ea034e3facc6f51ab55b882b0586 (diff) | |
download | node-new-f5a3f44f5c0381d4b0505b4b8ff3df8de6225444.tar.gz |
doc: standardize references to userland
Change occurrences of "user-land" to "userland".
PR-URL: https://github.com/nodejs/node/pull/3192
Fixes: https://github.com/nodejs/node/issues/3189
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bacf27cb..f685f55fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2975,7 +2975,7 @@ https://iojs.org/api/tls.html - Added async session storage events. - Added async SNI callback. - Added multi-key server support (for example, ECDSA+RSA server). -- Added optional callback to `checkServerIdentity` for manual certificate validation in user-land. +- Added optional callback to `checkServerIdentity` for manual certificate validation in userland. - Added support for ECDSA/ECDHE cipher. - Implemented TLS streams in C++, boosting their performance. - Moved `createCredentials` to `tls` and renamed it to `createSecureContext`. |