We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3bd4a commit 8c12c3bCopy full SHA for 8c12c3b
1 file changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 4.6.5
2
+### Bug Fixes
3
+- **common**: `File(s)Interceptor` does not populate thrown exception [#437](https://github.com/nestjs/nest/issues/437)
4
+
5
+### Improvements
6
+- **common**: `HttpException` extends `Error`
7
+- **microservices**: `RpcException` extends `Error`
8
+- **websockets**: `WsException` extends `Error`
9
10
## 4.6.4
11
### Bug Fixes
12
- **common**: logger overrides custom logger scope [#435](https://github.com/nestjs/nest/issues/435)
0 commit comments