Skip to content

Commit

Permalink
[skip ci] update CHANGELOG for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Dec 18, 2022
1 parent 2920548 commit 82779a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrelease]
- Nothing

## [2.5.0] 2022-12-18

### Added
- `setIsolationLevel` for transactions with `DAO` and `Database` in Mysql/MariaDb.
### Breaking changes
- env var support for config files:
- Cache initialization is required for config
- loaded config file is located in `app/cache/config/config.cache.php` after cache initialization
### Fixed
- `Injected` attribute parsing in `DiControllerParser` (pb with name) - no open issue -

Expand Down

0 comments on commit 82779a6

Please sign in to comment.