v0.31.0
- [doc] improve examples #692
- [tech] only use deflate feature of crate zip #693
- [fix] Typos in the documentation of sub-prefixes #695
- [fix] Give expected enum instead of using 'parse()' #696
- [feature] chrono_tz:0.5.3 (implements Display for Tz) #697
Migration notes
If you were using transit_model::objects::TzExt
, this wrapper around chrono_tz::Tz
does not exist anymore, you can directly use chrono_tz::Tz
instead. This wrapper was introduced in order to implement std::fmt::Display
trait for chrono_tz::Tz
. Now, this implementation exists in chrono_tz:0.5.3
so we do not need the TzExt
wrapper anymore.