From aa0df26cff3ac666d699e8f1c2bcdef7f1f99a39 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Fri, 16 Jan 2026 10:20:48 +0000 Subject: [PATCH] HISTORY.md: mention new parameter --- python/HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/HISTORY.md b/python/HISTORY.md index f528c936..efc28a63 100644 --- a/python/HISTORY.md +++ b/python/HISTORY.md @@ -12,6 +12,12 @@ This file does not generally include descriptions of patch releases (vX.Y.Z changes. (Metadata updates are best checked [upstream](https://github.com/google/libphonenumber/blob/master/release_notes.txt).) + +What's new in 9.0.23 +-------------------- + +Extra `min_candidate_length` parameter to `PhoneNumberMatcher`. + What's new in 9.0.0 --------------------