Announce the bonus features from 2009-07-29T09:36:38Z!shadowm@wesnoth.org in the changelog:

[story][part]text_layout= and [story][part]title=.
This commit is contained in:
Ignacio R. Morelle 2009-07-30 15:09:55 +00:00
parent d6329fc89d
commit 63050364bc

View File

@ -20,7 +20,11 @@ Version 1.7.2+svn:
* WML Engine:
* return 0 for length of arrays inside nonexistent containers (bug #13734)
* [end_turn] now waits for the event to finish before ending the turn
* storyscreens use Pango markup now
* it is now possible to use Pango markup in storyscreen text
* it is now possible to specify a title= in [story] [part]s (hidden by
default, use show_title=yes to display)
* [story] [part]s' text placement may be changed with text_layout=; it
currently supports "top", "middle" and "bottom" (default)
* Miscellaneous and bugfixes:
* 'Recruit' and 'recall' don't appear in context menus unless the
leader is on a keep. (bug #13856 and #13855)