From acb49f2acbedaf78f8db8ef11b1b9f528d65669a Mon Sep 17 00:00:00 2001 From: karoljk Date: Thu, 19 Sep 2024 07:13:37 +0000 Subject: [PATCH] Modify pending_code_changes.txt Added ( - Renamed NonGeographicalRegion to NonGeographicalEntity. - Created a new interface called NonGeographicalEntityMetadataSourceV2) into the file. --- pending_code_changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pending_code_changes.txt b/pending_code_changes.txt index e2799c3a23..115f743d16 100644 --- a/pending_code_changes.txt +++ b/pending_code_changes.txt @@ -1,3 +1,5 @@ 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 \ No newline at end of file