diff --git a/CHANGELOG.md b/CHANGELOG.md index d8361eb4f..730a2bf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file * removed `location.county` method * renamed all include files from `CamelCase` to `snake_case` +* changed function name from `number` (by format) to `phoneNumberByFormat` in phone module +* changed function name from `number` (by country) to `phoneNumberByCountry` in phone module ## v2.0.0 (27.06.2024) @@ -40,8 +42,6 @@ All notable changes to this project will be documented in this file * changed function name from `vehicle` to `vehicleName` in vehicle module * changed function name from `timezone` to `timezoneRandom` in date module * deleted function `commonFileType` from `System` module, use `system.fileType` instead -* changed function name from `number` (by format) to `phoneNumberByFormat` in phone module -* changed function name from `number` (by country) to `phoneNumberByCountry` in phone module ### Features