diff --git a/python-phonenumbers.changes b/python-phonenumbers.changes index 21295c2..718d4d0 100644 --- a/python-phonenumbers.changes +++ b/python-phonenumbers.changes @@ -2,6 +2,22 @@ Mon Dec 13 12:19:06 UTC 2021 - Michael Ströder - version update to 8.12.39 + - New to_string() methods have been added for enum-like + classes, emitting strings that describe integer values known + to be enum values. + - The library now includes .pyi stub files providing typing + information about the API, thanks to Adam Turner. + - Updated As-You-Type-Formatter to exclude patterns where some + digits would be dropped in the output. This also fixes the + bug where an extra country code is added in some cases to the + user's output. b/183053929 + - Changes format_out_of_country_calling_number to always use + preferred intl prefix if present, not just for numbers with + a non-unique IDD. This means we will output "8~10" as the + prefix if calling formatOutOfCountryCallingNumber instead of + "810" for some regions that have this tilde in their prefix + [designates that the user should wait before continuing to + dial]. ------------------------------------------------------------------- Sat Sep 19 04:16:44 UTC 2020 - John Vandenberg