From 3f76899e89a3509271c1e4d6d523a832f87aad2c Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Mon, 29 Apr 2024 09:32:39 -0400 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ changelog/fix_error_for_magic_encoding_comment.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 changelog/fix_error_for_magic_encoding_comment.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a9eef887c..5b4839a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Bug fixes + +* [#289](https://github.com/rubocop/rubocop-ast/pull/289): Fix an error during parsing when encountering unknown encodings in the encoding magic comment. ([@Earlopain][]) + ## 1.31.2 (2024-03-08) ### Bug fixes @@ -451,3 +455,5 @@ [@tdeo]: https://github.com/tdeo [@ydah]: https://github.com/ydah [@sambostock]: https://github.com/sambostock + +[@Earlopain]: https://github.com/Earlopain \ No newline at end of file diff --git a/changelog/fix_error_for_magic_encoding_comment.md b/changelog/fix_error_for_magic_encoding_comment.md deleted file mode 100644 index 30b77de39..000000000 --- a/changelog/fix_error_for_magic_encoding_comment.md +++ /dev/null @@ -1 +0,0 @@ -* [#289](https://github.com/rubocop/rubocop-ast/pull/289): Fix an error during parsing when encountering unknown encodings in the encoding magic comment. ([@Earlopain][])