From 61278e9f5fdfd2efdd5992182532487807eb77c6 Mon Sep 17 00:00:00 2001 From: Kamil Zyla Date: Tue, 2 Jul 2024 11:01:23 +0200 Subject: [PATCH] docs: add migration notes to NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 9f1fd24e..08a0c21d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ 1. Added `sass: custom` configuration option for cleaner integration with `bslib`. 2. Introduce `format_js()` and `format_sass()` powered by [prettier](https://prettier.io). + * **Migration**: Remove the `.rhino` directory if updating Rhino in an existing project. * **Note:** `lint_js()` and `lint_sass()` report styling errors. They _might_ complain about formatting done with `format_js()` and `format_sass()` functions; however, we haven't spotted any issues so far. If you face any problems with this, then please [raise an issue on GitHub](https://github.com/Appsilon/rhino/issues/new/choose)