From 76e4354d8643e9666bec425ae0422971901e7d96 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Mon, 17 Jan 2022 17:29:44 +0100 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db162b92..a3d49772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * A `#version_history` URI fragment which can be used to directly open the modal with the full version history of the first entity on the page. +* `BUILD_MODULE_SHOW_ID_IN_LABEL` build variable with which the showing of + entity ids together with their names is enabled (disabled by default). ### Changed (for changes in existing functionality) -- GitLab