wesnoth/changelog_entries
newfrenchy83 feef53d4ab
Add an 'alignment' attribute to attacks
This attribute, when set to a valid value of lawful|neutral|chaotic|liminal, will assign to the weapon a different alignment than the unit alignment used by default. This alignment is then used when attacking with this weapon.

The attribute is not accessible from lua so far since the fallback to unit alignment does not work.
2024-09-23 17:11:46 +02: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
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.