notquiteamonad / date_time

date_time is a high-level Rust library for use in situations where precision beyond seconds is not necessary.
Apache License 2.0
8 stars 5 forks source link

Properly document to_days and from_days #31

Closed notquiteamonad closed 5 years ago

notquiteamonad commented 5 years ago

DateTuple::to_days() and DateTuple::from_days were both added in version 2.0.0 but not added to the CHANGELOG or README. They should be documented in both of those places.