From 93702c46732145ecfa9116b07fb6466fa2c743ae Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Tue, 11 Feb 2025 11:17:32 -0500 Subject: [PATCH] docs: update chagelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a111b87..77fb24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Remove support for python 3.8 +* Removed support for Python 3.8. * Replaced deprecated `pkg_resources` APIs with `importlib.resources` and `importlib.metadata` to ensure compatibility with newer Django and Python versions. -* Starting with this version (9.0.0), it is no longer compatible with Quince. +* Starting with this version, this package is no longer compatible with releases older than Redwood. ## [v8.1.0](https://github.com/eduNEXT/eox-theming/compare/v8.0.0...v8.1.0) - (2024-11-27)