From 4aa07049611c6c76c3facf78cc2402b377c0b657 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Tue, 12 Mar 2024 20:11:26 +0100
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e2a2501..e2c5cd7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+* [#104](https://gitlab.com/linkahead/linkahead-pylib/-/issues/104) Selecting
+  parts of a `Container` with a `slice` used to return a `list` object instead
+  of a `Container`, removing all useful methods of the `Container` class. This
+  has been fixed and using a `slice` such as `[:2]` now returns a new
+  `Container`.
+
 ### Security ###
 
 ### Documentation ###
-- 
GitLab