horizon/releasenotes/notes/change-libsass-pyscss-120e0e847470261b.yaml
Radomir Dopieralski 123873cbdb Add release notes for libsass
Change-Id: Id6d1b0453fa7f58928d776fb5633557f4e5c47b0
2024-12-17 15:53:20 +01:00

13 lines
455 B
YAML

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