diff options
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |