From 6a485c94efdc51e17d98bcf2c91ddf0c8c7e6ce6 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 17 Jan 2023 18:43:35 +0000 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb573c..d5c690a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Now testing Ruby versions 3.0, 3.1, 3.2, JRuby and TruffleRuby. -Added some better error handling. Now you can catch from `Gamesdb::Error` if there's any response from the server whose status is >= 300 (e.g. 403 for wrong API Key). I'll improve on this in future releases. +- Added some better error handling. Now you can catch from `Gamesdb::Error` if there's any response from the server with status >= 300 (e.g. 403 for wrong API Key). I'll improve on this in future releases. +- Refactored main client class and extracted utilitary functions into `Gamesdb::Utils`. ## 2.0.0