History.txt in iron-extensions-1.1.1 vs History.txt in iron-extensions-1.1.2
- old
+ new
@@ -1,4 +1,8 @@
+== 1.1.2 / 2012-03-30
+
+* Rename Enumerable#to_hash to #convert_to_hash to resolve ActiveRecord conflict
+
== 1.1.1 / 2012-03-13
* Added DslBuilder base class for additional DSL-building goodness, is basically a better blank-slate starter class than BasicObject for working with our DslProxy class
* Added dsl_accessor class method as a way to easily create DSL-style accessors
* DslProxy now only copies back instance vars when they change