Skip to content

Commit e755ac1

Browse files
committed
[edit] version/changelog
1 parent ee44e31 commit e755ac1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

src/Simplify.Web/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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)
18+
- `AcceptCookieLanguage` setting
19+
320
## [4.7.1] - 2022-11-07
421

522
### Fixed

src/Simplify.Web/Simplify.Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>4.7.1</Version>
12+
<Version>4.8</Version>
1313

1414
<Authors>Alexander Krylkov</Authors>
1515
<Product>Simplify</Product>

0 commit comments

Comments
 (0)