Update CHANGELOG.md

This commit is contained in:
topecongiro 2019-08-06 11:14:00 +09:00
parent c0cb5eb535
commit b5cd1c0ddc
No known key found for this signature in database
GPG Key ID: 3C13222317860426

View File

@ -2,6 +2,13 @@
## [Unreleased]
## [1.4.4] 2019-08-06
## Fixed
- Fix `cargo fmt` incorrectly formatting crates that is not part of the workspace or the path dependencies.
- Fix removing a trailing comma from a tuple pattern.
## [1.4.3] 2019-08-02
### Changed