chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

Correct timestamp deprecation notes #1486

Closed pitdicker closed 7 months ago

pitdicker commented 7 months ago

I am very sorry, I messed up the deprecation notes for the timestamp methods on NaiveDateTime 😞. It was missing on timestamp_subsec_nanos, and the other methods have a wrong version number.

Didn't notice until trying to merge with the 0.5.x branch.