Add release notes for new vendorized static files

Commit I33eda3d4cbb0911143deedafb1bce4ee7101e06f refactored static files
but didn't include release notes. This patch adds it.

Change-Id: I3b34e06c9346f360dbdb53883d8643d2f65df32d
This commit is contained in:
Ivan Kolodyazhny 2019-01-08 15:32:17 +02:00
parent 76fc769341
commit d40e47b452

View File

@ -0,0 +1,8 @@
---
other:
- |
vitrage-dashboard now uses non-compressed static files from the 'vendor'
directory by default. All scripts will be compressed if `COMPRESS_ENABLED`
option it set to True during `python manage.py compress` command execution.
Also it removes minified static files what helps maintainerss to create
RPM/DEP packages for vitrage-dashboard.