You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CHANGELOG with code quality fixes and improvements
Document all bug fixes, performance optimizations, and refactorings
from the code quality review in the Unreleased section.
Added:
- XML tag validation for tag handling options
Changed:
- File operation performance optimizations (eliminated duplicate syscalls)
- DeepL API client refactoring (extracted duplicate code)
- Logging consistency (unified through Logger service)
Fixed (Critical):
- Fire-and-forget async pattern in watch service
- Race condition in document translation polling
- Silent data loss warnings in batch translation
All fixes maintain 100% test pass rate (1140 tests passing).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments