Add release notes for libsass

Change-Id: Id6d1b0453fa7f58928d776fb5633557f4e5c47b0
This commit is contained in:
Radomir Dopieralski 2024-12-16 12:47:36 +01:00
parent b50784edfb
commit 123873cbdb

View File

@ -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.