changelog for 0.99.4

This commit is contained in:
Stéphane Campinas 2019-05-20 09:48:44 +02:00
parent 135db8e787
commit 9618e22a34
No known key found for this signature in database
GPG Key ID: 6D5620D908210133

View File

@ -6,6 +6,22 @@
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
options are now ready for 1.0.
## [0.99.4] 2018-08-27
### Added
- Handle formatting of underscore imports #2951
- Handle formatting of try blocks #2965
### Changed
- Update rustc-ap-rustc_target to 237.0.0, rustc-ap-syntax to 237.0.0, and rustc-ap-syntax_pos to 237.0.0 ca19c9a
- Consider `dev` channel as nightly for unstable features #2948
### Fixed
- Fix formatting of patterns with ellipsis # 2942
## [0.99.3] 2018-08-23
### Added