Files: e5d9354c26b1508b2e95350405c1ed93196d3618 / CHANGELOG
540 bytesRaw
1 | 1.0.0 Feb 27 2007 |
2 | - Initial release. |
3 | |
4 | 2.0.0 Mar 07 2007 |
5 | - Removed BCrypt::Password#exactly_equals -- use BCrypt::Password#eql? instead. |
6 | - Added BCrypt::Password#is_password?. |
7 | - Refactored out BCrypt::Internals into more useful BCrypt::Engine. |
8 | - Added validation of secrets -- nil is not healthy. |
9 | |
10 | 2.0.1 Mar 09 2007 |
11 | - Fixed load path issues |
12 | - Fixed crashes when hashing weird values (e.g., false, etc.) |
13 | |
14 | 2.0.2 Jun 06 2007 |
15 | - Fixed example code in the README [Winson] |
16 | - Fixed Solaris compatibility [Jeremy LaTrasse, Twitter crew] |
Built with git-ssb-web