diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc8522..14e440a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `cleanup_feature` job failing when branch is deleted (`GIT_STRATEGY: none`) (#51) - Fixed gitleaks false positives with fingerprints for historical commits (#51) - Fixed integration tests running when deploy fails (`when: on_success`) (#51) +- Fixed static file serving for favicon and other files in frontend dist root ### Removed - Removed unused `store_streaming()` method from storage.py (#51)