diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf58262f..a4b813b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.35.1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.35.0...3.35.1) - 2021-11-25 +### Fixed +- [[#1585](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1585)] Paginator set useOutputWalkers to false for query with joins ([@JustDylan23](https://github.com/JustDylan23)) + ## [3.35.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.34.3...3.35.0) - 2021-07-20 ### Added - [[#1470](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1470)] `global_search` option to the `StringFilter` ([@VincentLanglet](https://github.com/VincentLanglet))