wesnoth/changelog_entries
Wedge009 4f3d3fba36 Extend case-insensitive filtering beyond ASCII characters (#9332)
This updates filtering for:
* Game Load dialogue
* MP lobby
* In-game label and unit search
* Add-ons client (now used consistently)

(cherry picked from commit b316ee518b)
2024-09-12 08:11:56 +10:00
..
editor-tool-help-toggle.md Add changelog entry for the editor tool help toggle 2024-08-07 10:19:34 -04:00
ei_scenario_bugfixes.md EI: changelog entry for backported changes 2024-07-19 20:32:18 -05:00
fix_infinite_recursion.md Fix weapon special filters can lead to infinite recursion(1.18 backport) 2024-09-04 08:11:37 +10:00
game_load_filter.md GUI2/Game Load: Apply filter when changing directory 2024-07-05 12:18:23 +02:00
non-ascii-case-insensitve-filtering.md Extend case-insensitive filtering beyond ASCII characters (#9332) 2024-09-12 08:11:56 +10:00
README.md The right file extension would of course help... 2022-10-13 22:35:34 -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.