From 48dc76ffb7d925ee5bcc2210a0d633aefbd41e7b Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Sun, 8 Sep 2024 12:00:38 +0200 Subject: [PATCH] Updated history --- HISTORY.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ab03bdb..d3d8c8d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,8 +4,11 @@ History ======= v0.7.7 ------ -* Add support to get tracks by ISRC - M4TH1EU_ -* Add support to get albums by Barcode ID (UPC) - M4TH1EU_ +* Add method to get detailed request error response if an error occurred during request. - tehkillerbee_ +* Tests: Add tests tests for ISRC, barcode methods and cleanup exception handling. - tehkillerbee_ +* Feat.: Add support to get tracks by ISRC. - tehkillerbee_, M4TH1EU_ +* Feat.: Add support to get albums by Barcode ID (UPC). - tehkillerbee_, M4TH1EU_ +* Feat.: Add support for a custom base url in `request()` and `basic_request()` to use the new openapi. - M4TH1EU_ v0.7.6 ------