From 7e0e50fdb20e520b135c3e2d93313c7124b7da6c Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 7 Nov 2021 17:17:56 +0100 Subject: [PATCH] Prepare 3.4.2 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5e1f4..5513eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.2](https://github.com/sonata-project/SonataDatagridBundle/compare/3.4.1...3.4.2) - 2021-11-07 +### Changed +- [[#385](https://github.com/sonata-project/SonataDatagridBundle/pull/385)] Changed `sortBy` and `sortOrder` default value to null in `BaseProxyQuery` ([@core23](https://github.com/core23)) + +### Fixed +- [[#385](https://github.com/sonata-project/SonataDatagridBundle/pull/385)] Fixed pager generation ([@core23](https://github.com/core23)) + ## [3.4.1](https://github.com/sonata-project/SonataDatagridBundle/compare/3.4.0...3.4.1) - 2021-11-06 ### Added - [[#383](https://github.com/sonata-project/SonataDatagridBundle/pull/383)] Added PHPStan and Psalm. ([@jordisala1991](https://github.com/jordisala1991))