From 0eba2e9c8a22e48116c16d6eeaf3433bbab30af5 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:54:46 +0000 Subject: [PATCH] Update changelog --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 91b3d0a2..214b13c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. -## [4.0.0] - 2024-03-06 +## [4.0.0] - 2024-08-09 # Removed - Support of tasks as it unused to due its incompatibility with GitHub. # Added - Bert-E's status notifications through a build status check. +- Support of development branches with only major version: `development/x`. + +# Changed +- Integration queue branches pattern is now `q/w/{pr.id}/{integration.branch}` + instead of `q/{pr.id}/{integration.branch}`. ## [3.12.0] - 2024-02-26 # Added