diff --git a/ChangeLog.md b/ChangeLog.md index b0306356b..7cfd48962 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,22 @@ # VCMI Project Changelog +## 1.6.4 -> 1.6.5 + +### General + +* Fixed corrupted graphics of generated assets like water tiles on mobile systems +* All generated assets are now used directly from memory without saving them to disk + +### Stability + +* Fixed regression causing crashes in combat when touchscreen input is in use +* Fixed regression causing crash on attempt to upscale empty image +* Fixed crash on some creature abilities from mods that cast targeted spells on unit with battle propagator +* Fixed crash on accepting next turn in multiplayer when local player has game settings window open +* Fixed crash in multiplayer when one player changes his starting options while another player has hero overview window open +* Fixed crash on double-clicking login to global lobby button +* Fixed possible crash on game shutdown + ## 1.6.3 -> 1.6.4 ### General