Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 3, 2019
1 parent 2ec5438 commit 5f20aea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.1...3.2.0) - 2019-04-03
### Fixed
- using the new collection type namespace
- deprecation for symfony/config 4.2+
- missing association admin class in datagrid filters.
- `isLastPage`() always returning `false`

### Removed
- support for php 5 and php 7.0

## [3.1.1](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.0...3.1.1) - 2018-02-08
### Changed
- All templates references are updated to twig namespaced syntax
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/FormContractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class FormContractor implements FormContractorInterface
{
/**
* @deprecated since version 3.x, to be removed in 4.0
* @deprecated since version 3.1.0, to be removed in 4.0
*
* @var FormFactoryInterface
*/
Expand Down

0 comments on commit 5f20aea

Please sign in to comment.