CHANGES in enumerable-extra-0.1.0 vs CHANGES in enumerable-extra-0.1.1
- old
+ new
@@ -1,2 +1,10 @@
-= 0.1.0 - 14-May-2009
-* Initial release
+= 0.1.1 - 18-Jul-2009
+* Added 1.9.x compatibility. Note that Enumerator objects are explicitly
+ converted back to arrays to match the 1.8.x behavior.
+* Changed license to Artistic 2.0, and added it explictly to the gemspec.
+* Removed the required_ruby_version from the gemspec since it's now
+ compatible.
+* Updated the README, including a missing warranty disclaimer (whoops).
+
+= 0.1.0 - 14-May-2009
+* Initial release