Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Mar 23, 2017
1 parent 803b238 commit d8f17c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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/).

## [3.3.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.2.0...3.3.0) - 2017-03-23
### Added
- `sonata-project/datagrid-bundle` dependency for `Sonata\CoreBundle\ModelPageableManagerInterface`

### Fixed
- deprecation notices in `AbstractWidgetTestCase`

## [3.2.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.1.2...3.2.0) - 2017-01-20
### Added
- Twig 2.0 compatibility
Expand Down
2 changes: 1 addition & 1 deletion Test/AbstractWidgetTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected function getRenderingEngine(/* \Twig_Environment $environment = null *
if (is_null($environment) && method_exists('Symfony\Bridge\Twig\AppVariable', 'getToken')) {
@trigger_error(
'Not passing a \Twig_Environment instance to '.__METHOD__.
' is deprecated since 3.x and will not be possible in 4.0',
' is deprecated since 3.3 and will not be possible in 4.0',
E_USER_DEPRECATED
);
}
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.2 to 3.3
=======================

### AbstractWidgetTestCase::getRenderingEngine() mandatory argument

When using symfony/twig-bridge ^3.2.0,
Expand Down

0 comments on commit d8f17c0

Please sign in to comment.