From b520cdb07ff31aaeedbd6817ec96e4fce85d7c48 Mon Sep 17 00:00:00 2001 From: Xavier Marchegay Date: Wed, 8 Jan 2025 16:16:49 +0100 Subject: [PATCH] Update changelog for 4.1.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae40b2..41ff442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v4.1 +----- + +### Add +* [#155](https://github.com/cleverage/process-bundle/issues/155) Add InputFileReaderTask (Reads the whole input file and outputs its content), InputLineReaderTask (Reads an input file line by line and outputs each line.) and LineReaderTask (Reads a file line by line and outputs each line.) + v4.0 ------