Skip to content

Commit

Permalink
chore: changelog updated
Browse files Browse the repository at this point in the history
* moved function name change log to be under v3

Signed-off-by: Guru Mehar Rachaputi <[email protected]>
  • Loading branch information
00thirdeye00 committed Jul 20, 2024
1 parent 1f3c160 commit 0136cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0136cc8

Please sign in to comment.