Skip to content

Commit 21a2c04

Browse files
authored
Merge pull request #521 from slavafomin/patch-1
Fixed typo in CHANGELOG
2 parents e1eab48 + e376a81 commit 21a2c04

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)