From 6d3f58741aaa63f7bd2669384da7c58277bf18a2 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 15 Jun 2022 08:51:52 +0200 Subject: [PATCH] Prepare changelog for alpha (#331) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a5270..d7a4a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.0-alpha-1](https://github.com/sonata-project/twig-extensions/compare/1.x...2.0.0-alpha-1) - 2022-06-14 +See UPGRADE-2.0.md for all changes + ## [1.10.0](https://github.com/sonata-project/twig-extensions/compare/1.9.1...1.10.0) - 2022-05-21 ### Deprecated - [[#318](https://github.com/sonata-project/twig-extensions/pull/318)] Passing a string to StatusRuntime::statusClass ([@VincentLanglet](https://github.com/VincentLanglet))