From 6e198473fa884d1e957f0125684ad010a4f9eccd Mon Sep 17 00:00:00 2001 From: Loann Peurey Date: Mon, 13 Nov 2023 16:31:58 +0100 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5f93af..05ea8eb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed + +- the output of the CLI in the terminal is now handled by the logger module and not by print statements + ## [0.1.1] 2023-05-11 ### Added