diff --git a/CHANGELOG.md b/CHANGELOG.md index 6999fe3..1d0c481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Debug environment variable flag. - Command to build player data from existing log files. +### Fixed + +- Unhandled situation where zomboid rotates the log files, causing FileNotFoundError to be raised. + ### Changed - 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 -- "User has connected/disconnected" alert on player death. +- "User has connected/disconnected" alert incorrectly firing on player death. ### Changed