* Fri Sep 13 2013 cooloAATTsuse.com- updated to version 0.10.2 * Fix 1.8.7 support (due to be dropped in 0.11.0) * Bugfix for times with negative zones * Fri Aug 30 2013 cooloAATTsuse.com- updated to version 0.10.1 * Support `ActiveSupport::TimeZone` (#209, #208) * Mon Aug 26 2013 cooloAATTsuse.com- updated to version 0.10.0 * Chronic will parse subseconds correctly for all supported date/time formats (#195, #198 and #200) * Support for date format: dd.mm.yyyy (#197) * Option `:hours24` to parse as 24 hour clock (#201 and #202) * `:guess` option allows to specify which part of Span to return. (accepted values `false`,`true`,`:begin`, `:middle`, `:end`) * Replace `rcov` with `SimpleCov` for coverage generation * Add more tests * Various changes in codebase (#202 and #206) * Sun May 05 2013 cooloAATTsuse.com- updated to version 0.9.1 * Ensure Chronic strips periods from day portions (#173) * Properly numerize \"twelfth\", \"twentieth\" etc. (#172, James McKinney) * Ensure Chronic is compatible with Ruby 2.0.0 (#165, Ravil Bayramgalin) * Mon Dec 24 2012 cooloAATTsuse.com- updated to version 0.9.0 * Implement Chronic::Parser class and create an instance of this class instead of leaving all data in the class level of Chronic * Various bug fixes * Add support for excel date formats (#149, AATTjmondo) * Added support for time expressions such as \'10 till\' or \'half past two\' (#146, AATTchicagogrooves) * Add support for RepeaterDayName, RepeaterMonthName, Ordinal/ScalarDay and Time (#153, AATTkareemk) * Sun Sep 23 2012 cooloAATTsuse.com- updated to version 0.8.0 * Support parsing \" of this month\" (#109) * Support parsing ISO 8601 format (#115) * Support parsing \"on \" without a timestamp (#117) * Fix time parsing regexp (#125) * Support time when parsing dd-mm-yyy