diff --git a/History.txt b/History.txt index be17bfd..01f3c4c 100644 --- a/History.txt +++ b/History.txt @@ -4,6 +4,7 @@ * allow numeric timezone offset (e.g -0500) * disregard commas (so as to not return nil) * fix parse of (am|pm|oclock) separation to handle "Ham sandwich" properly +* handle 'on' e.g. 5pm on Monday (by indirect) = 0.2.3 diff --git a/README.txt b/README.txt index dfd3b35..4681e9b 100644 --- a/README.txt +++ b/README.txt @@ -14,6 +14,10 @@ Chronic can be installed via RubyGems: == CODE: +Browse the code and get an RSS feed of the commit log at: + + http://github.com/mojombo/chronic.git + You can grab the code (and help with development) via git: $ git clone git://github.com/mojombo/chronic.git @@ -133,7 +137,7 @@ Time zones other than the local one are not currently supported. Support for oth (The MIT License) -Copyright (c) 2006 Ryan Davis, Zen Spider Software +Copyright (c) 2008 Tom Preston-Werner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the