Skip to content

Commit

Permalink
0.5.2 CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itnelo committed Feb 9, 2021
1 parent 0ad6daf commit b61a3fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- No description yet.

## [0.5.2] - 2021-02-09

### Fixed

- Performance fix: removing eager loading for the vacancy-category relation to prevent out-of-memory errors in
supervisor tasks, when the table size goes wild.
- Missed translation messages for the vacancy category page.
- Fixes for the deployment pipeline: `.scrutinizer.yml`, updating packages for compatibility with Composer 2.x.
- Test suite maintenance: migrating to the [Codeception](https://github.com/Codeception/Codeception) 4.x (from the
deprecated 2.x), configuration for Xdebug 3.x.

### Changed

- Front: `_variables.scss` with dark theme color palette by default, refactoring for styles and some other assets.

## [0.5.1] - 2020-06-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "0.5.1-dev"
"dev-master": "0.x-dev"
}
}
}

0 comments on commit b61a3fb

Please sign in to comment.