History.txt in rubyredrick-ri_cal-0.0.3 vs History.txt in rubyredrick-ri_cal-0.0.4

- old
+ new

@@ -1,4 +1,6 @@ +=== 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, if it is set to :floating then the property will be a floating time. * Removed the ability to pass an array with a tzid string and a date-time since the above made it unnecessary