From 0c0a10d973c2935b96526931bf207c4298c159fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lafortune?= Date: Fri, 13 Dec 2024 02:18:46 +0200 Subject: [PATCH] Add missing Changelog entry --- changelog/new_use_loc_is.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/new_use_loc_is.md diff --git a/changelog/new_use_loc_is.md b/changelog/new_use_loc_is.md new file mode 100644 index 000000000..1bf63754b --- /dev/null +++ b/changelog/new_use_loc_is.md @@ -0,0 +1 @@ +- [#345](https://github.com/rubocop/rubocop-ast/pull/345): Add `Node#loc_is?` for easier test of locations. ([@marcandre][])