aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-04-24 15:53:23 +0200
committerStefan Boberg <[email protected]>2023-04-24 15:53:23 +0200
commit43a03dd2ae6198049ecd6f15c0a5d9fe9b1a6f4c (patch)
tree05261b285952274fb2c2c1bba1b497c46200ca3e
parent0.2.5-pre4 (diff)
downloadzen-43a03dd2ae6198049ecd6f15c0a5d9fe9b1a6f4c.tar.xz
zen-43a03dd2ae6198049ecd6f15c0a5d9fe9b1a6f4c.zip
added changelog comment
failed to include this in 1a345a7
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2c69eab4..15e24ccee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,7 @@
- Improvement: Structured cache now keeps RawHash and RawSize in memory avoiding materialization of cache values before sending response
- Changed: Exit with failure code on port conflict rather than reporting crash to Sentry
- Changed: removed catch2 support for now since it does not handle multithreaded tests
+- Bugfix: fixed bug in dashboard content serving (see PR #255)
## 0.2.4
- Bugfix: Don't send empty http responses with content type set to Text. Fixes UE-177895