Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petervandenhout authored Jun 23, 2019
1 parent 4ef2db8 commit 514ef97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Handle error responses without an exception.
Handle error responses without an exception, e.g. 401 Unauthorized responses.

By default override the `Microsoft.AspNetCore.Mvc.ApiBehaviorOptions.InvalidModelStateResponseFactory` and related settings
and use the configured ExceptionMappers. This can be disabled by setting `HttpExceptionsOptions.UseInvalidModelStateResponseFactory`.
Expand All @@ -10,3 +10,6 @@ No bugs were fixed in this release.

## Improvements/Features
* [#7](https://github.com/ofpinewood/http-exceptions/issues/7) Handle error responses without an exception

## Development
* Add code coverage report, and improve code coverage

0 comments on commit 514ef97

Please sign in to comment.