Skip to content

Commit

Permalink
refactor: sport module migrate (#684)
Browse files Browse the repository at this point in the history
	1. sport module migration from class to functions within sport namespace

	2. changed function name from sport() to sportName()

	3. changelog updated

Signed-off-by: Guru Mehar Rachaputi <[email protected]>
  • Loading branch information
00thirdeye00 committed Jun 24, 2024
1 parent 8447848 commit 259003a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file
* changed classes to namespaces for functions grouping, for example use `number::integer` instead of `Number::integer`, applies to all modules

* changed std::string to std::string_view in functions where is was possible
* changed function name from sport() to sportName() in sport module

### Features

Expand Down

0 comments on commit 259003a

Please sign in to comment.