Skip to content

Commit

Permalink
[edit] version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 20, 2023
1 parent ee44e31 commit e755ac1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/Simplify.Web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.8.0] - 2023-12-20

### Changed

- ***!Important!*** Setting language from cookie on requests disabled by default, to enable set `AcceptCookieLanguage` setting to `true in `SimplifyWebSettings` (#246)
- `AcceptBrowserLanguage` setting renamed to `AcceptHeaderLanguage` (#246)
- The way framework checks that applying language is valid

### Fixed

- Invariant language setting and check

### Added

- Set content type `text/plain` for all string responses by default (#247)
- `AcceptCookieLanguage` setting

## [4.7.1] - 2022-11-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>4.7.1</Version>
<Version>4.8</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand Down

0 comments on commit e755ac1

Please sign in to comment.