Skip to content

Commit

Permalink
docs: include mention of new crypto methods
Browse files Browse the repository at this point in the history
Include mention of privateEncrypt and publicDecrypt in changelog.

PR-URL: #722
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
  • Loading branch information
calvinmetcalf authored and bnoordhuis committed Feb 5, 2015
1 parent 9a8f186 commit 10277d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10277d2

Please sign in to comment.