From 2399024e1d38c5b866d9e8f0dd9f1ce66e88c8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20Duch=C3=AAne?= Date: Sun, 2 Jan 2022 21:32:09 +0100 Subject: [PATCH] feat: change in CHANGELOG 0.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b35cff..f739987c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,5 +37,7 @@ All notable changes to this project will be documented in this file. * `find_element_in_list` : Find element with some fields in list of elements * `generate_workflow_response` : Generate CATCH workflow response * Dependencies : `selenium` +### Changed +* Pipeline in Action and BoardAction to use `format_switcher` instead of `format` ### Fixed * HTTPStream : static private attributes become public attributes \ No newline at end of file