Skip to content

Commit

Permalink
Update CHANGELOG.md file with the new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Apr 8, 2024
1 parent 4f9d0cf commit 5159a3d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All Notable changes to `accept-language` will be documented in this file

## [v3.4.0 - 2024-04-08](https://github.com/kudashevs/accept-language/compare/v3.3.0...v3.4.0)

- Increase the minimum supported `orchestra/testbench` version
- Add a `phpstan/phpstan` dev dependency
- Add a Github Action with PHPStan analysis tool
- Add a new `retrieve_accepted_languages` log event
- Add a validation for the `default_language` option
- Add a new `InvalidOptionValue` exception for this validation
- Change the project folders structure
- Change Normalizers simplify the usage
- Fix `DefaultLanguage` wrong fallback option name
- Update PHPDoc types
- Update README.md
- Some improvements

Note: this release changes the default behavior for the situation when the `process` method has not been called.
Now the public methods will return empty values rather than throwing an error.

## [v3.3.0 - 2024-03-17](https://github.com/kudashevs/accept-language/compare/v3.2.0...v3.3.0)

- Add support for PHP 8.3
Expand Down Expand Up @@ -145,4 +163,4 @@ Note: this release adds some new options, please update your Laravel config file

## v1.0.0 - 2021-02-21

- The initial release includes the full support of two-letters language tags
- The initial release includes the full support of two-letters language tags

0 comments on commit 5159a3d

Please sign in to comment.