v0.4.14
Features
- Add day and week iterators for
NaiveDate
(@gnzlbg & @robyoung) - Add a
Month
enum (@hhamana) - Add
locales
. All format functions can now use locales, see the documentation for theunstable-locales
feature. - Fix
Local.from_local_datetime
method for wasm
Improvements
- Added MIN and MAX values for
NaiveTime
,NaiveDateTime
andDateTime<Utc>
.