Update CHANGELOG.md

This commit is contained in:
topecongiro 2019-07-06 14:22:19 +09:00
parent 3200af9785
commit c1c532c8ff
No known key found for this signature in database
GPG key ID: 3C13222317860426

View file

@ -2,6 +2,13 @@
## [Unreleased]
## [1.3.2] 2019-07-06
### Fixed
- Fix rustfmt from crashing when `async!` macro call is used in a method chain.
- Fix rustfmt not recognizing a package whose name differs from its directory's name.
## [1.3.1] 2019-06-30
### Added