From 2d446f825153f43352d3486dcc0c8d1e7861ece9 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 19 May 2021 09:09:59 +0200 Subject: [PATCH] 3.34.1 (#1448) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b2cdbe9..0a2ff638f 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.34.1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.34.0...3.34.1) - 2021-05-18 +### Fixed +- [[#1439](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1439)] Bind arbitrary params as part of a value expression in the query filter at `Filter::applyWhere()` with PostgreSQL. ([@phansys](https://github.com/phansys)) + ## [3.34.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.33.0...3.34.0) - 2021-05-02 ### Changed - [[#1425](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1425)] `ProxyQuery::execute()` is now returning a Paginator instead of an array. ([@VincentLanglet](https://github.com/VincentLanglet))