]> git.lizzy.rs Git - rust.git/blobdiff - CHANGELOG.md
Merge pull request #3011 from topecongiro/rustc-ap-syntax
[rust.git] / CHANGELOG.md
index ab5c9d415536e647d69749a84631a54af1793ae7..d868d83a5ce7c497346a84ec51d3baf4df211299 100644 (file)
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+- `use_small_heuristics` changed to be an enum and stabilised. Configuration
+  options are now ready for 1.0.
+
+## [0.4.1] 2018-03-16
+
 ### Added
 
 - Add `ignore` configuration option.
@@ -11,6 +16,8 @@
 ### Fixed
 
 - Fix formatting bugs.
+- Fix setting `reorder_modules` removing inline modules.
+- Format attributes on block expressions.
 - Support `dyn trait` syntax.
 - Support multiple patterns in `if let` and `while let`.
 - Support a pattern with parentheses.