Add static file fix to CHANGELOG

This commit is contained in:
Mondo Diaz
2026-01-15 18:50:06 +00:00
parent 91a9192477
commit bd07f150f2

View File

@@ -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)