Update CHANGELOG

This commit is contained in:
topecongiro 2019-08-13 23:23:51 +09:00
parent 4871d6467a
commit 800ebe8031
No known key found for this signature in database
GPG Key ID: 3C13222317860426

View File

@ -2,6 +2,13 @@
## [Unreleased]
## [1.4.5] 2019-08-13
### Fixed
- Fix generating invalid code when formatting an impl block with const generics inside a where clause.
- Fix adding a trailing space after a `dyn` keyword which is used as a macro argument by itself.
## [1.4.4] 2019-08-06
### Fixed