Commit c211044e69bffa78b9bb58feb9cadea7120f139d
Bumped version up to 2.0.1, explained myself in the changelog.
git-svn-id: http://bcrypt-ruby.rubyforge.org/svn/trunk@26 b1e0f299-433e-4bb3-9895-84128a6cfb6acodahale committed on 3/9/2007, 8:34:53 PM
Parent: 66b36eee2f5123fe8fbcd98798ad41937da64a90
Files changed
CHANGELOG | changed |
Rakefile | changed |
CHANGELOG | ||
---|---|---|
@@ -4,5 +4,9 @@ | ||
4 | 4 … | 2.0.0 Mar 07 2007 |
5 | 5 … | - Removed BCrypt::Password#exactly_equals -- use BCrypt::Password#eql? instead. |
6 | 6 … | - Added BCrypt::Password#is_password?. |
7 | 7 … | - Refactored out BCrypt::Internals into more useful BCrypt::Engine. |
8 | - - Added validation of secrets -- nil is not healthy. | |
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.) |
Built with git-ssb-web