Update CHANGELOG.md

This commit is contained in:
Corban-Lee Jones 2024-12-13 12:22:37 +00:00
parent 1be47acdd8
commit f131260bbc

View File

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Debug environment variable flag. - Debug environment variable flag.
- Command to build player data from existing log files. - Command to build player data from existing log files.
### Fixed
- Unhandled situation where zomboid rotates the log files, causing FileNotFoundError to be raised.
### Changed ### Changed
- Log level dependent on the debug flag. - Log level dependent on the debug flag.
@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- "User has connected/disconnected" alert on player death. - "User has connected/disconnected" alert incorrectly firing on player death.
### Changed ### Changed