wesnoth/changelog_entries
2024-11-09 07:55:49 -06:00
..
about_dialog_manual_entry.md update changelog entries 2024-11-08 21:16:59 +05:30
add_filter_special.md add a [remove_specials] tag in [effect] and [filter_special] to [has_attack/filter_weapon] 2024-10-30 18:38:36 -05:00
addon_entry_in_campaign_selection.md update changelog entries 2024-11-08 21:16:59 +05:30
fix_modify_unit_type_male_female_variation.md add changelog entry. 2024-10-27 09:14:45 -05:00
forestlion-rebalance.md Changelog: create forestlion-rebalance.md 2024-11-09 07:55:49 -06:00
help_browser_contents_toggle.md update changelog entries 2024-11-08 21:16:59 +05:30
README.md The right file extension would of course help... 2022-10-13 22:35:34 -05:00
support_theme_type_addon.md update changelog entries 2024-11-08 21:16:59 +05:30
text_selection_in_mp_lobby_and_inspector.md update changelog entries 2024-11-08 21:16:59 +05:30
thot_achievements.md Add Achievements to THoT 2024-10-31 12:38:00 -05:00
tweak_elvish_marshal.md Tweak Elvish Marshal Stats (#9512) 2024-11-06 20:50:32 -06:00
tweak_some_elvish_unit_stats.md Tweak some Elvish units stats (#9440) 2024-10-25 15:08:48 -05: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.