From d00d946282fc4931ec342f53dbe9a8aa780fb1e8 Mon Sep 17 00:00:00 2001
From: Arthur Sonzogni <sonzogniarthur@gmail.com>
Date: Mon, 29 May 2023 11:52:39 +0200
Subject: [PATCH] Update CHANGELOG.md (#651)

---
 CHANGELOG.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0452d4b6..4e1ee569 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,17 +9,17 @@ current (development)
 - Breaking: GaugeDirection enum is renamed Direction
 - Breaking: Direction enum is renamed WidthOrHeight
 - Breaking: Remove `ComponentBase` copy constructor/assignment.
+- Feature: `ResizeableSplit` now support arbitrary element as a separator.
 - Feature: `input` is now supporting multiple lines.
 - Feature: `input` style is now customizeable.
 
 ### Build
 - Check version compatibility when using cmake find_package()
 
-4.1.0
+4.1.1
 -----
 
 ### Component
-- Feature: Support `ResizableSplit` with customizable separator.
 - Fix: Support arrow keys in application mode
 - Fix: Remove useless new line when using an alternative screen.
 
@@ -34,7 +34,12 @@ current (development)
 
 ### Build/Install
 - Use globally set CMAKE_CXX_STANDARD if it is set.
-- Expose the pkg-config file.
+- Expose the pkg-config file
+- Check version compatibility when using cmake find_package()
+
+4.1.0  (Abandonned)
+-----
+This version is abandonned and must not be used. It introduced a breaking change in the API.
 
 4.0.0
 -----
-- 
GitLab