Add section-headings to the changelog, clean-up some empty ones

Trying to reduce the merge-conflicts if PRs include their own
changelog updates.

[ci skip]
This commit is contained in:
Steve Cotton 2020-11-22 14:51:15 +01:00
parent 0380d634fd
commit f7df77ba5e

View file

@ -1,8 +1,15 @@
## Version 1.15.7+dev
### Add-ons server
* Fixed inability to write files (including the server configuration file) on Windows.
### Campaigns
### Multiplayer
### Terrain
### Translations
* Updated translations: British English, Czech
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
## Version 1.15.7
### Add-ons server
@ -23,7 +30,6 @@
* Scenario 2p5: increased the turn limit by 1 and enhanced victory filter conditions
* Scenario 4: fixed a bug that prevented resources from spawning and added some small flavor adjustments
* Some revisions/bugfixes to Scenario 9 "Caverns of Flame"
### Lua API
### Multiplayer
* During allies' turns, use orb colors to show which ones can still move (issue #1424). Also enabled for allied AI sides in singleplayer.
### Terrain
@ -42,7 +48,6 @@
### User interface
* Added the installable/upgradable version selection to the add-ons manager via a dropdown list
* Fixed formatting of hyperlinks when the same URL appears more than once in a block of text
### WML Engine
### Miscellaneous and Bug Fixes
* Fixed a rare issue on Windows that could result in wesnoth.exe sticking around waiting for console input after encountering an error despite not being launched with the `--wconsole` option.
* Fixed a potential crash when drawing many images on the story screens.
@ -133,17 +138,14 @@
### Language and i18n
* Updated translations: British English, Catalan, Chinese (Simplified), Esperanto,
French, Hungarian, Polish, Portuguese (Brazil), Russian, Spanish, Turkish
### Lua API
### Multiplayer
* A New Land:
* Peasants can harvest mushrooms (a bug introduced in 1.15.4 was noticed and fixed in PR #5137)
### Terrain
* Made single-hex mushrooms smaller (PR #5136)
### Units
### User interface
* Help browser: fix inconsistent behavior for single-clicks opening and closing sections (PR #5110)
* Added `[race]help_taxonomy=`, creating links between the per-race topic pages.
### WML engine
### Miscellaneous and bug fixes
* Minimum required version of OS X is now OS X 10.11 .
* The "loyal" trait is now displayed in the help browser, even though no normal unit has it.