Skip to content

Commit

Permalink
docs(changelog): fix commit link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnsilva committed Jul 7, 2024
1 parent 431efae commit 9cc3351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Enhancements

- Replaced debug parameter with Python's standard logging in DEBUG level. ([d5bfa38](https://github.com/danielnsilva/semanticscholar/commit/d5bfa38))
- Added specific exceptions for requests responses: `InternalServerErrorException` (HTTP Status 500), `GatewayTimeoutException` (HTTP Status 504), and `ServerErrorException` (base class for HTTP Status 5xx). ([76645ef](https://github.com/danielnsilva/semanticscholar/commit/76645ef))
- Added specific exceptions for requests responses: `InternalServerErrorException` (HTTP Status 500), `GatewayTimeoutException` (HTTP Status 504), and `ServerErrorException` (base class for HTTP Status 5xx). ([298997f](https://github.com/danielnsilva/semanticscholar/commit/298997f))

### Deprecations

Expand Down

0 comments on commit 9cc3351

Please sign in to comment.