Update CHANGELOG.md

This commit is contained in:
topecongiro 2019-10-07 10:35:11 +09:00
parent e53e0f84dd
commit 2934ec551c
No known key found for this signature in database
GPG Key ID: 3C13222317860426

View File

@ -2,6 +2,19 @@
## [Unreleased]
## [1.4.9] 2019-10-07
### Changed
- Update `rustc-ap-*` crates to 606.0.0.
### Fixed
- Fix aligning comments of different group
- Fix flattening imports with a single `self`.
- Fix removing attributes on function parameters.
- Fix removing `impl` keyword from opaque type.
## [1.4.8] 2019-09-08
### Changed