From 26d060e3e42becb17ba5bbe6014cc5595fee7190 Mon Sep 17 00:00:00 2001 From: Nucleos Bot Date: Fri, 23 Oct 2020 21:24:34 +0000 Subject: [PATCH] Link CHANGLOG users and PRs --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da6332b..33a9b536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,31 +34,48 @@ to delete backup files created in the previous step. -- Add missing strict file header @core23 (#49) -- Use default public setting for all actions @core23 (#16) -- Removed deprecated name argument from block constructor @core23 (#15) +- Add missing strict file header [@core23] ([#49]) +- Use default public setting for all actions [@core23] ([#16]) +- Removed deprecated name argument from block constructor [@core23] ([#15]) ## Changes -- Add missing strict file header @core23 (#49) -- Removed deprecated name argument from block constructor @core23 (#15) +- Add missing strict file header [@core23] ([#49]) +- Removed deprecated name argument from block constructor [@core23] ([#15]) ## 🚀 Features -- Move configuration to PHP @core23 (#70) -- Add combined assets @core23 (#59) -- Port heise shariff code @core23 (#29) -- Use latest block bundle for auto-registration of blocks @core23 (#21) -- Use new block signatures @core23 (#14) +- Move configuration to PHP [@core23] ([#70]) +- Add combined assets [@core23] ([#59]) +- Port heise shariff code [@core23] ([#29]) +- Use latest block bundle for auto-registration of blocks [@core23] ([#21]) +- Use new block signatures [@core23] ([#14]) ## 🐛 Bug Fixes -- Fix wrong dependency injection of ShariffShareBlockService @core23 (#50) -- Remove deprecated twig calls @core23 (#23) +- Fix wrong dependency injection of ShariffShareBlockService [@core23] ([#50]) +- Remove deprecated twig calls [@core23] ([#23]) ## 📦 Dependencies -- Add support for symfony 5 @core23 (#25) -- Bump sonata block version @core23 (#32) -- Drop support for symfony < 4.2 @core23 (#34) -- Removed admin bundle dependency @core23 (#20) +- Add support for symfony 5 [@core23] ([#25]) +- Bump sonata block version [@core23] ([#32]) +- Drop support for symfony < 4.2 [@core23] ([#34]) +- Removed admin bundle dependency [@core23] ([#20]) + +[#70]: https://github.com/nucleos/NucleosShariffBundle/pull/70 +[#59]: https://github.com/nucleos/NucleosShariffBundle/pull/59 +[#50]: https://github.com/nucleos/NucleosShariffBundle/pull/50 +[#49]: https://github.com/nucleos/NucleosShariffBundle/pull/49 +[#34]: https://github.com/nucleos/NucleosShariffBundle/pull/34 +[#32]: https://github.com/nucleos/NucleosShariffBundle/pull/32 +[#29]: https://github.com/nucleos/NucleosShariffBundle/pull/29 +[#25]: https://github.com/nucleos/NucleosShariffBundle/pull/25 +[#23]: https://github.com/nucleos/NucleosShariffBundle/pull/23 +[#21]: https://github.com/nucleos/NucleosShariffBundle/pull/21 +[#20]: https://github.com/nucleos/NucleosShariffBundle/pull/20 +[#16]: https://github.com/nucleos/NucleosShariffBundle/pull/16 +[#15]: https://github.com/nucleos/NucleosShariffBundle/pull/15 +[#14]: https://github.com/nucleos/NucleosShariffBundle/pull/14 +[@nucleos]: https://github.com/nucleos +[@core23]: https://github.com/core23