From 3c3104db2d6c2ab81446effdec7e2c1e4f494d8e Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Sat, 17 Aug 2024 12:41:09 -0400 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 7 ++++++- changelog/change_mark_ensure_as_void_context.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 changelog/change_mark_ensure_as_void_context.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5108dba..f5ad032b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Changes + +* [#309](https://github.com/rubocop/rubocop-ast/pull/309): Mark `RuboCop::AST::EnsureNode` as being in a void context. ([@earlopain][]) + ## 1.32.0 (2024-08-05) ### New features @@ -464,4 +468,5 @@ [@ydah]: https://github.com/ydah [@sambostock]: https://github.com/sambostock -[@Earlopain]: https://github.com/Earlopain \ No newline at end of file +[@Earlopain]: https://github.com/Earlopain +[@earlopain]: https://github.com/earlopain \ No newline at end of file diff --git a/changelog/change_mark_ensure_as_void_context.md b/changelog/change_mark_ensure_as_void_context.md deleted file mode 100644 index 48feb65d8..000000000 --- a/changelog/change_mark_ensure_as_void_context.md +++ /dev/null @@ -1 +0,0 @@ -* [#309](https://github.com/rubocop/rubocop-ast/pull/309): Mark `RuboCop::AST::EnsureNode` as being in a void context. ([@earlopain][])