From 251e95e27973b6ff15467142eff6d9bcccd55dd0 Mon Sep 17 00:00:00 2001 From: karoljk Date: Thu, 28 Nov 2024 10:18:36 +0000 Subject: [PATCH] Updated pending_code_changes.txt --- pending_code_changes.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pending_code_changes.txt b/pending_code_changes.txt index ee3d12d91c..f65a024bc5 100644 --- a/pending_code_changes.txt +++ b/pending_code_changes.txt @@ -2,4 +2,9 @@ Code changes: - Added the std:: qualifier to string throughout phonenumberutil. - Changed several std::string parameters to absl::string_view. - Renamed NonGeographicalRegion to NonGeographicalEntity. - - Created a new interface called NonGeographicalEntityMetadataSourceV2 \ No newline at end of file + - Created a new interface called NonGeographicalEntityMetadataSourceV2 + - Created a new class called ParsingOptions +====== + - Reverted the std:: qualifier to string throughout phonenumberutil. + - Reverted absl::string_view to std::string parameters. +>>>>>> master