wesnoth/changelog_entries
Dalas121 e7509c5dba
EI S14 "Drowned Plains" - rework scenario objective (#9411)
Change the EI S14 objective from "kill enemy leaders" to "gather gold". Reduce turn limit from 75 to 25.
2024-10-03 22:26:08 -05:00
..
[unit_alignment]_[attack_alignment]_changelog.md Add an 'alignment' attribute to attacks 2024-09-23 17:11:46 +02:00
corpse-soulless-arcane-resist.md Changelog: log corpse/soulless arcane resist change. 2024-09-01 18:40:07 -05:00
ei-drowned-plains-redesign.md EI S14 "Drowned Plains" - rework scenario objective (#9411) 2024-10-03 22:26:08 -05:00
gui2-theme-support-in-addons.md support loading gui2 themes from add-ons 2024-08-25 01:56:22 -04:00
macos-option-key-label.md hotkey: Identify Alt as "opt" on macOS 2024-08-05 13:58:04 -04:00
non-ascii-case-insensitve-filtering.md Extend case-insensitive filtering beyond ASCII characters (#9332) 2024-09-11 14:42:45 -04:00
README.md The right file extension would of course help... 2022-10-13 22:35:34 -05:00
removed-formula-side-index-getters.md Fixup 3af690331a 2024-09-15 12:22:45 -04:00

This directory is where PR authors can add a file per PR containing the text that should be added to the main changelog.md during the release process for the next version. The format should match that of the main changelog as well as use an existing category defined there. For example, a file could contain:

### Terrain
* Change codes "Irs, Ias, Icr, Ior, and Icn" to "Isr, Isa, Isc, Iwo, and Iwc", respectively

The purpose of this is to make it easier to add changelog entries with a PR while avoiding merge conflicts in the main changelog file if someone ends up merging their PR before yours.

The contents of this directory (aside from this README file) will then be deleted after each release.