From 01d905c97c3d9d70b9581dcdc1074db3be4644e4 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Fri, 19 May 2017 18:03:32 +0200 Subject: [PATCH] Update release_notes.rst add theming to the release notes --- admin_manual/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index b1f495455..bff244a71 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -9,6 +9,12 @@ A detailed log of all changes can be found in the official `Changelog `_. There are also all current and previous versions linked. +Theming +======= +The 'old' theming method with CSS is still available, however, we switched +to using scss which is likely to break your theme. Re-creating your theme +following the usual documentation should suffice. + Updates to Nginx configuration ==============================