From 123873cbdb49c116d4c6def607ab124abdc416de Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Mon, 16 Dec 2024 12:47:36 +0100 Subject: [PATCH] Add release notes for libsass Change-Id: Id6d1b0453fa7f58928d776fb5633557f4e5c47b0 --- .../change-libsass-pyscss-120e0e847470261b.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml diff --git a/releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml b/releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml new file mode 100644 index 0000000000..ee90c1d35b --- /dev/null +++ b/releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + Horizon is switching away from pyscss and django-pyscss, and now uses the + libsass library for partsing the scss files instead. +upgrade: + - | + Horizon now uses the libsass library. Horizon packagers now need to include + python3-libsass in the dependency list. +deprecations: + - | + Horizon no longer uses the pyscss and django-pyscss libraries. They can be + safely removed from the dependency lists by Horizon packagers.