Skip to content

Commit 604207e

Browse files
authored
Update CHANGELOG.md
1 parent 358cce6 commit 604207e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88

99
### 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))
1115

1216
### Changed
1317

1418
### Added
19+
- Add Ruby 3.4 to test runs on CI. ([#337](https://github.com/ruby-formatter/rufo/pull/337))
1520

1621
## [0.18.0] - 2024-05-30
1722

0 commit comments

Comments
 (0)