From 36b55d028759a82ea5cea73ee4a60cff0479c32b Mon Sep 17 00:00:00 2001 From: svc-changelog Date: Tue, 2 Aug 2022 21:56:08 +0000 Subject: [PATCH] Add generated changelog entries --- changelog/@unreleased/pr-2343.v2.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/@unreleased/pr-2343.v2.yml diff --git a/changelog/@unreleased/pr-2343.v2.yml b/changelog/@unreleased/pr-2343.v2.yml new file mode 100644 index 000000000..e8f0785df --- /dev/null +++ b/changelog/@unreleased/pr-2343.v2.yml @@ -0,0 +1,10 @@ +type: feature +feature: + description: |- + Add DefaultLocale check + + Related to https://github.com/google/error-prone/issues/632 + + Adds a `DefaultLocale` check that replaces uses of `String.toLowerCase()` and `String.toUpperCase()` with the overloads that take a `Locale`, using `Locale.ROOT`. + links: + - https://github.com/palantir/gradle-baseline/pull/2343