From 513c269adb2d72bd5daf309d343374bf396be8c2 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 25 Feb 2020 11:25:49 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811e3b9c..489cfb52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ Changelog ========= -2.3.0 (unreleased) ------------------- +2.3.0 +----- * Implemented redirect route feature for the Doctrine ORM model -* Removed the name for staticPrefix index on the Route model due to name colision when the model is inherited by RediretRoute model +* Removed the name for the database index configuration on the staticPrefix field on the Route model due to name colision when the model is inherited by RediretRoute model 2.2.0 -----