README.textile in partial-date-0.1.0 vs README.textile in partial-date-1.0.0

- old
+ new

@@ -14,11 +14,11 @@ h2. Examples bc.. require 'partial-date' -#Default initializer +# Default initializer date = PartialDate::Date.new # => date.value # => 0 @@ -48,10 +48,12 @@ @$ gem install partial-date@ h2. TODO -Implement @PartialDate::Date.parse@ method for construction from strings. +# @PartialDate::Date.parse@ method for construction from strings. +# A Hash or Array backing store for date components for better performance. +# Include Comparable h2. Copyright Copyright (c) 2012 Anthony Bouch