From 4e1d85a5f41a12b9e988f7100c451abe7b0728bd Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 9 Apr 2021 09:15:39 +0200 Subject: [PATCH] :bug: Add missing breaking change notification on changelog. --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 48b30fda79..7ee7395671 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -70,6 +70,12 @@ - Fix titles in viewer thumbnails too long [Taiga #1474](https://tree.taiga.io/project/penpot/issue/1474) - Fix when right click on a selected text shows artboard contextual menu [Taiga #1226](https://tree.taiga.io/project/penpot/issue/1226) +### :boom: Breaking changes + +- The LDAP configuration variables interpolation starts using `:` + (example `:username`) instead of `$`. The main reason is avoid + unnecesary conflict with bash interpolation. + ### :arrow_up: Deps updates