summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartial <martial.jefferson@gmail.com>2015-10-05 17:31:53 -0400
committerRich Trott <rtrott@gmail.com>2015-10-06 20:28:33 -0700
commitf5a3f44f5c0381d4b0505b4b8ff3df8de6225444 (patch)
tree85a997acb0e2b5b4d035211ab7e879951aaf7e6c /CHANGELOG.md
parent66c9c6121247ea034e3facc6f51ab55b882b0586 (diff)
downloadandroid-node-v8-f5a3f44f5c0381d4b0505b4b8ff3df8de6225444.tar.gz
android-node-v8-f5a3f44f5c0381d4b0505b4b8ff3df8de6225444.tar.bz2
android-node-v8-f5a3f44f5c0381d4b0505b4b8ff3df8de6225444.zip
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.md2
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`.