CHANGES in enumerable-extra-0.1.2 vs CHANGES in enumerable-extra-0.2.0
- old
+ new
@@ -1,4 +1,9 @@
+== 0.2.0 - 1-Nov-2014
+* Added a custom Array#each method that behaves like the Array#zip method when
+ arguments are provided.
+* Minor updates to gemspec and Rakefile.
+
== 0.1.2 - 27-Sep-2009
* Some gemspec udpates.
* Added the :gem Rake task.
* Minor doc updates.
* Renamed test file to test_enumerable_extra.rb.