Skip to content

Commit

Permalink
Merge pull request mojombo#207 from davispuh/changelog
Browse files Browse the repository at this point in the history
Document changes
  • Loading branch information
leejarvis committed Aug 25, 2013
2 parents 18b7cfd + e1a72e0 commit 6a38768
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
@@ -1,3 +1,15 @@
# 0.9.2 / 2013

* 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)

# 0.9.1 / 2013-02-25

* Ensure Chronic strips periods from day portions (#173)
Expand Down

0 comments on commit 6a38768

Please sign in to comment.