Skip to content

Commit 5f20aea

Browse files
committed
3.2.0
1 parent 2ec5438 commit 5f20aea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.2.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.1...3.2.0) - 2019-04-03
6+
### Fixed
7+
- using the new collection type namespace
8+
- deprecation for symfony/config 4.2+
9+
- missing association admin class in datagrid filters.
10+
- `isLastPage`() always returning `false`
11+
12+
### Removed
13+
- support for php 5 and php 7.0
14+
515
## [3.1.1](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.0...3.1.1) - 2018-02-08
616
### Changed
717
- All templates references are updated to twig namespaced syntax

src/Builder/FormContractor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class FormContractor implements FormContractorInterface
3232
{
3333
/**
34-
* @deprecated since version 3.x, to be removed in 4.0
34+
* @deprecated since version 3.1.0, to be removed in 4.0
3535
*
3636
* @var FormFactoryInterface
3737
*/

0 commit comments

Comments
 (0)