]> git.lizzy.rs Git - rust.git/blobdiff - CHANGELOG.md
Update to the latest libsyntax changes
[rust.git] / CHANGELOG.md
index 3113a0a594e9c4a67833e997f0271d28b7f26391..eb21e634ffa5824745a66a8ee846ec356da54e41 100644 (file)
@@ -2,6 +2,35 @@
 
 ## [Unreleased]
 
+## [0.3.6] 2018-01-18
+
+### Fixed
+
+- Fix panicking on formatting certain macros (#2371).
+
+## [0.3.5] 2018-01-15
+
+### Changed
+
+- Format code block in comments when `wrap_comments` is set to `true`.
+- Remove `same_line_attributes` configuration option.
+- Rename `git-fmt` to `git-rustfmt`.
+
+### Fixed
+
+- Rustup to `rustc 1.25.0-nightly (e6072a7b3 2018-01-13)`.
+- Fix formatting bugs.
+
+## [0.3.4] 2017-12-23
+
+### Added
+
+- Add `--version` flag to `cargo-fmt`, allow `carfo fmt --version`.
+
+### Fixed
+
+- Rustup to `rustc 1.24.0-nightly (5165ee9e2 2017-12-22)`.
+
 ## [0.3.3] 2017-12-22
 
 ### Added