CHANGELOG in bcrypt-ruby-2.0.5 vs CHANGELOG in bcrypt-ruby-2.1.0
- old
+ new
@@ -23,6 +23,12 @@
2.0.4 Mar 09 2009
- Added Ruby 1.9 compatibility. [Genki Takiuchi]
- Fixed segfaults on some different types of empty strings. [Mike Pomraning]
2.0.5 Mar 11 2009
- - Fixed Ruby 1.8.5 compatibility. [Mike Pomraning]
\ No newline at end of file
+ - Fixed Ruby 1.8.5 compatibility. [Mike Pomraning]
+
+2.1.0 Aug 12 2009
+ - Improved code coverage, unit tests, and build chain. [Hongli Lai]
+ - Ruby 1.9 compatibility fixes. [Hongli Lai]
+ - JRuby support, using Damien Miller's jBCrypt. [Hongli Lai]
+ - Ruby 1.9 GIL releasing for high-cost hashes. [Hongli Lai]