We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70220dc commit f38a2e1Copy full SHA for f38a2e1
1 file changed
src/Simplify.Web/CHANGELOG.md
@@ -4,11 +4,17 @@
4
5
### Added
6
7
+- File Response with Stream (#327)
8
- Explicit .NET 10 Support
9
-### Added
10
+### Removed
11
+
12
+- Explicit .NET 6 Support
13
14
+### Fixed
15
-- Removed .NET 6 Support
16
+- StatusCode cannot be set because the response has already started (#288)
17
+- Skip error page write when response has already started in SimplifyWebRequestMiddleware
18
19
### Changed
20
0 commit comments