Skip to content

Commit

Permalink
Updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 17, 2023
1 parent 4525ff6 commit 6a485c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a485c9

Please sign in to comment.