Skip to content

Commit e376a81

Browse files
authored
Fixed typo in CHANGELOG
> `ExpressErrorMiddlewareInterface` was renamed into `ErrorMiddlewareInterface` I believe this should be the other way around.
1 parent e1eab48 commit e376a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- returned validation error value signature has changed
6868
- controllers and middlewares now can be specified in routing-controllers options
6969
- `MiddlewareInterface` was removed and instead `ExpressMiddlewareInterface` or `KoaMiddlewareInterface` should be used
70-
- `ExpressErrorMiddlewareInterface` was renamed into `ErrorMiddlewareInterface`
70+
- `ErrorMiddlewareInterface` was renamed to `ExpressErrorMiddlewareInterface`
7171
- per-controller and per-action middlewares used in `@UseBefore` and `@UseAfter` now should not be marked with `@Middleware` decorator
7272
- `@MiddlewareGlobalBefore()` and `@MiddlewareGlobalAfter()` were removed and instead new signatures should be used: `@Middleware({ type: "before" })` and `@Middleware({ type: "after" })`
7373
- named some decorator parameter names

0 commit comments

Comments
 (0)