From 28c35e71fa49f76dc14b9f34d1c26cf9e0874328 Mon Sep 17 00:00:00 2001 From: Iris Morelle Date: Mon, 26 Mar 2018 03:39:51 -0300 Subject: [PATCH] Alphabetical order, alphabetical order, alphabetical order... [ci skip] --- changelog.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 6910da2a4d89..1900c3b2011e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,4 @@ ## Version 1.15.0-dev - ### WML engine - * Support formula= key in [variable] ConditionalWML - * Support to_location in [move_unit], taking a location ID - * Support [filter_weapon] in leadership and resistance abilities, - which activates the ability only when the affected unit is using - a matching weapon. - * Support WFL and percentages in [random_placement]num_items= ### Language and i18n * Fixed many cases of interpolated strings in the engine possibly having their translations retrieved from the wrong textdomain and falling back @@ -19,6 +12,13 @@ * Fixed "Search" placeholder text in dialog item filters not being translatable (bug #2709, bug #2732). * Updated translations: Spanish + ### WML engine + * Support formula= key in [variable] ConditionalWML + * Support to_location in [move_unit], taking a location ID + * Support [filter_weapon] in leadership and resistance abilities, + which activates the ability only when the affected unit is using + a matching weapon. + * Support WFL and percentages in [random_placement]num_items= ## Version 1.13.12 ### Security fixes