From 2eb0c79d2f3a6331feb35f758e8460fd254d2e0c Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Tue, 18 Jun 2019 13:19:06 +0800 Subject: [PATCH] Generate changelog for v1.6.0-RC.3 --- CHANGELOG-1.6.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG-1.6.md b/CHANGELOG-1.6.md index 9594aff27..abbd8aec1 100644 --- a/CHANGELOG-1.6.md +++ b/CHANGELOG-1.6.md @@ -1,5 +1,11 @@ ## CHANGELOG FOR `1.6.x` +### v1.6.0-RC.3 (2019-06-18) + +- [#92](https://github.com/Sylius/SyliusResourceBundle/issues/92) Removing '2' from 'Symfony2' ([@loevgaard](https://github.com/loevgaard)) +- [#95](https://github.com/Sylius/SyliusResourceBundle/issues/95) Autowire factories and repositories by class and name ([@pamil](https://github.com/pamil)) +- [#97](https://github.com/Sylius/SyliusResourceBundle/issues/97) Autodiscover resource's model interfaces and deprecate explicit configuration ([@pamil](https://github.com/pamil)) + ### v1.6.0-RC.2 (2019-06-07) - [#91](https://github.com/Sylius/SyliusResourceBundle/issues/91) Support for Gedmo/DoctrineExtensions ([@pamil](https://github.com/pamil))