changelog for 0.99.2

This commit is contained in:
Stéphane Campinas 2019-05-19 23:02:30 +02:00
parent e425e4c376
commit 9646ef1a14
No known key found for this signature in database
GPG key ID: 6D5620D908210133

View file

@ -6,6 +6,18 @@
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
options are now ready for 1.0.
## [0.99.2] 2018-08-07
### Changed
- Update rustc-ap-rustc_target to 218.0.0, rustc-ap-syntax to 218.0.0, and rustc-ap-syntax_pos to 218.0.0 5c9a2b6
- Combine function-like attributes #2900
### Fixed
- Explicitly handle semicolon after the item in statement position d96e3ca
- Fix parsing '#'-hiding of rustdoc 2eca09e
## [0.99.1] 2018-08-04
### Fixed