docs: include mention of new crypto methods
authorCalvin Metcalf <calvin.metcalf@gmail.com>
Thu, 5 Feb 2015 12:52:42 +0000 (07:52 -0500)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 5 Feb 2015 18:42:50 +0000 (19:42 +0100)
Include mention of privateEncrypt and publicDecrypt in changelog.

PR-URL: https://github.com/iojs/io.js/pull/722
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
CHANGELOG.md

index 758cfd4..f0c47a2 100644 (file)
@@ -7,6 +7,7 @@
 * debug: fix v8 post-mortem debugging.
 * crypto: publicEncrypt now supports password-protected private keys.
 * crypto: ~30% speedup on hashing functions.
+* crypto: added privateEncrypt/publicDecrypt functions.
 * errors
   - better formatting via util.inspect
   - more descriptive errors from fs. This necessitated a `NODE_MODULE_VERSION` bump.