More tidying up of the changelog

Includes a mention of issue #4237 being fixed.

[ci skip]
This commit is contained in:
Iris Morelle 2020-01-12 16:02:06 -03:00
parent ae941065aa
commit 429e46d4b1

View file

@ -23,6 +23,8 @@
* S7b/S8b: reduce enemy gold values and modify dialogue upon allied unit death
* Tutorial:
* S2: Make the first grunt cross the bridge, otherwise the scenario is too hard
* Under the Burning Suns:
* Sun Singer and Sun Sylph: modify faerie fire colors
### Language and i18n
* Updated translations: Chinese (Simplified), Chinese (Traditional), Czech,
Dutch, French, German, Italian, Korean, Portuguese (Brazil), Russian
@ -33,10 +35,9 @@
* Removed accidental silence of two seconds after the first track of each scenario
(issue #4459).
### Units
* Sun Singer and Sun Sylph: modify faerie fire colors
* Add various new death, standing, and idle animations
### User interface
* Fixed some severe game rendering issues with SDL 2.0.10 (issue #4245).
* Fixed some severe game rendering issues with SDL 2.0.10 (issue #4237, issue #4245).
* Draw ellipses during draw/sheath animations (issue #1527).
* In the combat dialog and elsewhere, clicking the "Profile" button opens
the help on the correct unit variation (e.g., Walking Corpse (Swimmer))
@ -51,12 +52,12 @@
* Reworked styling of progress bars and the network transfer progress dialog.
### Packaging
* The Wesnoth client now looks for the data/dist file when logging into the multiplayer server.
This file should contain one of the following values based on where the package is for:
This file should contain one of the following values based on what distribution channel the package is for:
Default, Steam, SourceForge, Flatpak, macOS App Store, Linux repository, iOS, Android, BSD repository
### Miscellaneous and bug fixes
* New build-dependency: Python3 is required to run the WML unit tests (on non-Windows)
* 80% of WML unit tests now run in a batch using a single instance of Wesnoth (non-Windows only)
* New help topic outlining common (and less commons) reasons for losing a scenario (PR #4217).
* New help topic outlining common (and less common) reasons for losing a scenario (PR #4217).
* Add help text for some debug commands (part of issue #2500).
* Make wmllint recognize `[load_resource]` (issue #4538).