Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 29, 2024
1 parent 91a4226 commit 381d09c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## master (unreleased)

### New features

* [#277](https://github.com/rubocop/rubocop-ast/pull/277): Support Prism as a Ruby parser (experimental). ([@koic][])
* [#276](https://github.com/rubocop-hq/rubocop-ast/pull/276): Support `Parser::Ruby34` for Ruby 3.4 parser (experimental). ([@koic][])

### Changes

* [#279](https://github.com/rubocop/rubocop-ast/pull/279): **(Compatibility)** Drop Ruby 2.6 runtime support. ([@koic][])
* [#272](https://github.com/rubocop/rubocop-ast/pull/272): Make `Node#left_curly_brace?` aware of lambda brace. ([@koic][])

## 1.30.0 (2023-10-26)

### New features
Expand Down
1 change: 0 additions & 1 deletion changelog/change_drop_ruby_26_runtime_support.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_support_prism.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_support_ruby_3_4_parser.md

This file was deleted.

0 comments on commit 381d09c

Please sign in to comment.