From 3aec4f8970aa8b07e2e0705e97af7ed808613c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lafortune?= Date: Mon, 11 Nov 2024 20:00:56 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 8 ++++++++ changelog/change_add_beginnode_for_kwbegin_nodes.md | 1 - changelog/new_add_beginnode_for_kwbegin_nodes.md | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 changelog/change_add_beginnode_for_kwbegin_nodes.md delete mode 100644 changelog/new_add_beginnode_for_kwbegin_nodes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b753b36a..f4cd32480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master (unreleased) +### New features + +* [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `BeginNode` for `kwbegin` nodes. ([@dvandersluis][]) + +### Changes + +* [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `EnsureNode#rescue_node` method. ([@dvandersluis][]) + ## 1.34.1 (2024-11-07) ### New features diff --git a/changelog/change_add_beginnode_for_kwbegin_nodes.md b/changelog/change_add_beginnode_for_kwbegin_nodes.md deleted file mode 100644 index 7c3e70dee..000000000 --- a/changelog/change_add_beginnode_for_kwbegin_nodes.md +++ /dev/null @@ -1 +0,0 @@ -* [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `EnsureNode#rescue_node` method. ([@dvandersluis][]) diff --git a/changelog/new_add_beginnode_for_kwbegin_nodes.md b/changelog/new_add_beginnode_for_kwbegin_nodes.md deleted file mode 100644 index 250cca2e6..000000000 --- a/changelog/new_add_beginnode_for_kwbegin_nodes.md +++ /dev/null @@ -1 +0,0 @@ -* [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `BeginNode` for `kwbegin` nodes. ([@dvandersluis][])