From 7b0fdfe62e1de3e8be9515c28b8c5780c2a835f0 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 2 Nov 2019 08:42:49 +0100 Subject: [PATCH] Renormalize line endings (closes #412) --- changelog/55_UNRELEASED_2019-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index 2d30b5dd..306eaaa3 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -5,3 +5,4 @@ - Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis) - Slightly optimized table loading & search performance (thanks @lwis) - For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu) +- The `update.sh` file had wrong line endings (DOS instead of Unix)