History.txt in iron-extensions-1.2.0 vs History.txt in iron-extensions-1.2.1
- old
+ new
@@ -1,4 +1,8 @@
+== 1.2.1 / 2015-01-27
+
+* Instant revert - move Enumerable#blank? to Array#blank? and Hash#blank? as enumerables don't support #empty?, #count, etc.
+
== 1.2.0 / 2015-01-27
* BREAKING CHANGE: removed DslProxy/DslBuilder and the dsl_* accessor helpers and moved them into the iron-dsl gem
* BREAKING CHANGE: removed deprecated Array#rand and Array#rand! - use #shuffle instead
* Improved blank? to work on strings containing only whitespace