docs: include mention of new crypto methods

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>
pull/665/merge
Calvin Metcalf 2015-02-05 07:52:42 -05:00 committed by Ben Noordhuis
parent 9a8f18613d
commit 10277d2e57
1 changed files with 1 additions and 0 deletions

View File

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