Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Mar 17, 2018
1 parent 6e128d3 commit 8368f40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.4.0](https://github.com/a2lix/TranslationFormBundle/compare/2.3.0...2.4.0) - 2018-03-17
### Fixed
- Scope widening and missing request on certain Symfony versions

### Deprecated
- `TranslatedEntityType::setRequest` is deprecated, consider using `setRequestStack` instead

## [2.3.0](https://github.com/a2lix/TranslationFormBundle/compare/2.2.0...2.3.0) - 2018-03-12
### Added
- Added Symfony 4 support
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-2.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
UPGRADE 2.x
===========

UPGRADE FROM 2.3 to 2.4
=======================

## Deprecated `TranslatedEntityType::setRequest`

If you are extending `TranslatedEntityType`, you should know that
Expand Down

0 comments on commit 8368f40

Please sign in to comment.