You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Simplify.Web/CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## [4.8.0] - 2023-12-20
4
+
5
+
### Changed
6
+
7
+
-***!Important!*** Setting language from cookie on requests disabled by default, to enable set `AcceptCookieLanguage` setting to `true in `SimplifyWebSettings` (#246)
8
+
-`AcceptBrowserLanguage` setting renamed to `AcceptHeaderLanguage` (#246)
9
+
- The way framework checks that applying language is valid
10
+
11
+
### Fixed
12
+
13
+
- Invariant language setting and check
14
+
15
+
### Added
16
+
17
+
- Set content type `text/plain` for all string responses by default (#247)
0 commit comments