Skip to content

Commit

Permalink
Changelog: minor, how it works.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Nov 14, 2024
1 parent e8d57fe commit 3edb4e8
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 @@ -16,7 +16,8 @@
- The `serializer` property of `Documentation` and `Integration` constructor argument removed;
- The `originalError` property of `InputValidationError` and `OutputValidationError` removed (use `cause` instead);
- The `getStatusCodeFromError()` method removed (use the `ensureHttpError().statusCode` instead);
- Both `logger` and `getChildLogger` properties of `beforeRouting` argument are replaced with all-purpose `getLogger`;
- Both `logger` and `getChildLogger` properties of `beforeRouting` argument are replaced with all-purpose `getLogger`:
- It returns the child logger for the given request (if configured) or the configured logger otherwise.
- Specifying `method` or `methods` for `EndpointsFactory::build()` made optional and when it's omitted:
- If the endpoint is assigned to a route using `DependsOnMethod` instance, the corresponding method is used;
- Otherwise `GET` method is implied by default.
Expand Down

0 comments on commit 3edb4e8

Please sign in to comment.