From 022ba73d8f057fe4fe279c18fc01b528daf2e782 Mon Sep 17 00:00:00 2001 From: Till Hellmund Date: Mon, 17 Oct 2022 11:52:06 -0400 Subject: [PATCH] Add note to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc351bb15d7..1e59951ed06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Payments * [FIXED][5701](https://github.com/stripe/stripe-android/pull/5701) Treat blank fields as invalid in `ShippingInfoWidget`. +* [FIXED][5715](https://github.com/stripe/stripe-android/pull/5715) Postal codes for countries other than US and Canada are no longer limited to a single character. ## 20.15.0 - 2022-10-11