From 259003a0b88b851e60cf8e65ea25ec2d50f8f9b8 Mon Sep 17 00:00:00 2001 From: Guru Mehar Rachaputi Date: Mon, 24 Jun 2024 13:07:30 +0200 Subject: [PATCH] refactor: sport module migrate (#684) 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 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75832dbfa..f4ab3824e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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