Commit 604207e 1 parent 358cce6 commit 604207e Copy full SHA for 604207e
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
9
9
### Fixed
10
- - Fix error when formatting pattern matching syntax ([ #325 ] ( https://github.com/ruby-formatter/rufo/pull/325 ) )
10
+ - Fix error when formatting pattern matching syntax. ([ #325 ] ( https://github.com/ruby-formatter/rufo/pull/325 ) )
11
+ - Fix bug for toplevel Array literal and Hash literal indentation. ([ #327 ] ( https://github.com/ruby-formatter/rufo/pull/327 ) )
12
+ - Fix bug for inline pattern matching to case expression. ([ #338 ] ( https://github.com/ruby-formatter/rufo/pull/338 ) )
13
+ - Fix bug for heredoc indentation. ([ #342 ] ( https://github.com/ruby-formatter/rufo/pull/342 ) )
14
+ - Fix bug for passing anonymous block arg. ([ #332 ] ( https://github.com/ruby-formatter/rufo/issues/332 ) )
11
15
12
16
### Changed
13
17
14
18
### Added
19
+ - Add Ruby 3.4 to test runs on CI. ([ #337 ] ( https://github.com/ruby-formatter/rufo/pull/337 ) )
15
20
16
21
## [ 0.18.0] - 2024-05-30
17
22
You can’t perform that action at this time.
0 commit comments