History.txt in rubyredrick-ri_cal-0.0.6 vs History.txt in rubyredrick-ri_cal-0.0.7
- old
+ new
@@ -1,9 +1,13 @@
+=== 0.0.7
+ * Fixed a bug relating to properly recognizing ActiveRecord::TimeWithZone
+ * DATETIME propertyvalues will now return an instance of TimeWithZone instead of DateTime when
+ activesupport is present, and it is appropriate. See the README for details
=== 0.0.6
* Added rake tasks to run specs with either the tzinfo gem or activesupport (<=2.2)
* Default rake task now runs both of these
- === 0.0.5
- * Fixed a bug in occurrence enumeration reported by paulsm on github
+=== 0.0.5
+ * Fixed a bug in occurrence enumeration reported by paulsm on github
=== 0.0.4
* Fixed a bug in imported timezones reported by paulsm on github
=== 0.0.3
* Added tzid method to Ruby Time and DateTime instances, and to ActiveRecord::TimeWithZone if it is defined this method is used to determine the desired
timezone when an instance of one of these classes is given as the value of a datetime property. If the tzid is nil then the default tzid is used,