Add to authors and changelog

This commit is contained in:
ShadoySV 2020-08-05 13:11:44 +03:00
parent dfa6935b82
commit 93e6a611d6
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Ken Tossell <ken@tossell.net>
Martin Risell Lilja <martin.risell.lilja@gmail.com>
Richard Petrie <rap1011@ksu.edu>
Ryan Lewis <ryansname@gmail.com>
Sergey V. Shadoy <shadoysv@yandex.ru>
Sergey V. Galtsev <sergey.v.galtsev@github.com>
Steve Klabnik <steve@steveklabnik.com>
Tom Gallacher <tomgallacher23@gmail.com>

View File

@ -15,6 +15,7 @@ Versions with only mechanical changes will be omitted from the following list.
* Add day and week iterators for `NaiveDate` (@gnzlbg & @robyoung)
* Add a `Month` enum (@hhamana)
* Add `locales`. All format functions can now use locales.
* Fix Local.from_local_datetime method for wasm
### Improvements