X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CHANGELOG.md;h=d868d83a5ce7c497346a84ec51d3baf4df211299;hb=bba7dbf2d7cd19cfe8a17f94d458810a27f1a117;hp=ab5c9d415536e647d69749a84631a54af1793ae7;hpb=c41624649435fcc1f741634c3c0e15b0f1ca4c92;p=rust.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5c9d41553..d868d83a5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.