Skip to content

Commit

Permalink
Document release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalucoMarinero committed Oct 18, 2017
1 parent 1827038 commit c0d2e99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ All notable changes to Vanilla 'War Of The Chosen' Behaviour will be documented
than a generic label. (#52)
- Check a soldiers 'NeedsSecondaryWeapon' in UIArmory_Loadout, rather than
hardcoding based on Rookie Rank (#55)
- Change UIUtilities_Colors.GetColorForFaction to use Faction template color as
a backup (#72)

### Fixes
- Fix Chosen Assassin receiving weaknesses that are exclusive to the
Expand All @@ -94,3 +96,5 @@ All notable changes to Vanilla 'War Of The Chosen' Behaviour will be documented
into account (#51)
- Enable ForceCountry in CharacterPoolManager - was ignored despite being
an argument in the CreateCharacter function (#70)
- Fixes game terminating SoundCue narrative moments after three seconds because
it assumes they didn't play at all. (#66)
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Brood aka zamster - development
shiremct - development
bountygiver - development
.vhs - ModPreview thumbnail
TNychka - development
PixalVortex - development
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function int GetVersionNumber()
defaultproperties
{
MajorVersion = 1;
MinorVersion = 2;
PatchVersion = 1;
MinorVersion = 3;
PatchVersion = 0;
}

0 comments on commit c0d2e99

Please sign in to comment.