From f42bd9101e3ca738d8bf682cec09da8c62ff7aef Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 10 Jul 2024 13:05:33 +0200
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bc2bb23..17fa77c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased] ##
 
 ### Added ###
+
 - Possibility to configure custom CSS to be used in static HTML sites created
   by the crawler
 
 ### Changed ###
 
+- The static HTML pages that are generated by the crawler now require the
+  webinterface to be built with `JS_DIST_BUNDLE=TRUE`, i.e. all js source files
+  bundled into one `webcaosdb.dist.js`. This is the default and highly
+  recommended for production systems in any case but it will break the display
+  of these static files in certain development corner cases.
+
 ### Deprecated ###
 
 ### Removed ###
 
 ### Fixed ###
+
 - Rendering of entities in static HTML sites created by the crawler.
 
 ### Security ###
-- 
GitLab