From a56dfcf8a01ecfba250f11e12d943544495b73c4 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sun, 30 Apr 2017 16:04:53 +0200 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c1a06..217ca58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ To get the diff for a specific change, go to https://github.com/webfactory/polyglot-bundle/commit/XXX where XXX is the change hash. To get the diff between two versions, go to https://github.com/webfactory/polyglot-bundle/compare/{oldversion}...{newversion}. +## Version 1.1.2 + +* Changed priority for the Doctrine listener to -100 to defer injection of translation objects. + That should make it possible to mark fields as translatable that have + their value managed by other Doctrine extensions. ([GitHub PR #6](https://github.com/webfactory/polyglot-bundle/pull/6/)) + ## Version 1.1.1 * Support for Symfony 3