CHANGELOG.rdoc in timeliness-0.2.0 vs CHANGELOG.rdoc in timeliness-0.3.0

- old
+ new

@@ -1,4 +1,10 @@ += 0.3.0 - 2010-11-27 +* Support for parsed timezone offset or abbreviation being used in creating time value +* Added timezone abbreviation mapping config option +* Allow 2nd argument for parse method to be the type, :now value, or options hash. +* Refactoring + = 0.2.0 - 2010-10-27 * Allow a lambda for date_for_time_type which is evaluated on parse * Return the offset or zone in array from _parse * Give a nicer error message if use a zone and ActiveSupport is not loaded. * Removed some aliases used in validates_timeliness and are no longer needed.