From 44d0f24a16b2633132f9ca5f829cb589ebe102a3 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 30 Nov 2023 17:20:34 +0100 Subject: [PATCH] Update the changelog for 2.4 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447cd18..403c502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [2.4] - 2023-11-30 +- Added a Byte Order Mark (BOM) when writing a CSV file to fix special characters when opening the resulting file in Excel (#4, #5) + ## [2.3] - 2023-03-01 - Updated graphics to new ENLYZE Corporate Identity (#3)