Add the last few items to the changelog from 1.14.

This commit is contained in:
pentarctagon 2018-11-05 02:42:13 -06:00
parent eb1febb878
commit a26dcf8577

View file

@ -60,6 +60,9 @@
as well.
## Version 1.14.5+dev
### AI
* Fixed crash when the AI simulates a fight between two units which can slow but aren't yet slowed, then
simulates another fight for one of them in Monte Carlo mode (issue #3650).
### Campaigns
* Descent Into Darkness:
* Allow converting L3 necromancers to liches from S12 onwards (issue #3165).
@ -85,7 +88,11 @@
* When a recruited unit is fogged, scroll to the recruiting unit and play recruit
animation. (issue #3577)
* Fix line breaks in first statistics line in unit type pages in the help. (issue #3256)
* Don't scroll to an enemy unit that teleports to or from an invisible hex. (PR #3578)
* Don't show in the sidebar the time of day schedule of a shrouded hex. (PR #3638)
* Game Load screen gracefully handles savefiles that can't be parsed. (issue #3652)
* The sidebar now shows alignment and damages as they would be on the hex under
the mouse, rather than at the unit's current location. (PR #3642)
## Version 1.14.5
### AI