update changelog (forgot to update when wmi_pager was added)

This commit is contained in:
Chris Beck 2014-07-02 19:47:56 -04:00
parent e8bc775ba4
commit 5637494c3e

View file

@ -222,6 +222,8 @@ Version 1.13.0-dev:
* Added 'faction_lock' and 'leader_lock' to SideWML to be used in MP Connect
screen. Fixes bug #21978.
* Fix bug #22231: partial moves now able to be continued in whiteboard
* Added wmi_pager object to control how wml menu items are displayed in context menus, and allow
to display more than seven.
* Fix an inefficient implementation of unit::invisible, in an effort to address slow performance problems:
http://forums.wesnoth.org/viewtopic.php?f=4&t=12139&start=180#p569931
(Also see gfgtdf's commits trying to optimize the minimap loop)