-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: Fix race condition in unit initialisation
- Loading branch information
Showing
2 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
{ | ||
"1.0.0": { | ||
"en": "Initial release", | ||
"nl": "Eerste release" | ||
}, | ||
"1.0.1": { | ||
"en": "Updated app description", | ||
"nl": "Applicatiebeschrijving geüpdatet" | ||
}, | ||
"1.0.2": { | ||
"en": "Fixed bug in unit initialisation", | ||
"nl": "Bug opgelost in het laden van een nieuwe unit" | ||
}, | ||
"1.0.3": { | ||
"en": "Added Dutch translation", | ||
"nl": "Nederlandse vertaling toegevoegd" | ||
}, | ||
"1.0.4": { | ||
"en": "Fixed unit ID handling which could prevent adding a unit", | ||
"nl": "Verwerking van unit ID verbeterd. Dit kon zorgen dat een unit niet toegevoegd kon worden" | ||
} | ||
} | ||
"1.0.0": { | ||
"en": "Initial release", | ||
"nl": "Eerste release" | ||
}, | ||
"1.0.1": { | ||
"en": "Updated app description", | ||
"nl": "Applicatiebeschrijving geüpdatet" | ||
}, | ||
"1.0.2": { | ||
"en": "Fixed bug in unit initialisation", | ||
"nl": "Bug opgelost in het laden van een nieuwe unit" | ||
}, | ||
"1.0.3": { | ||
"en": "Added Dutch translation", | ||
"nl": "Nederlandse vertaling toegevoegd" | ||
}, | ||
"1.0.4": { | ||
"en": "Fixed unit ID handling which could prevent adding a unit", | ||
"nl": "Verwerking van unit ID verbeterd. Dit kon zorgen dat een unit niet toegevoegd kon worden" | ||
}, | ||
"1.0.5": { | ||
"en": "Fix race condition in unit initialisation" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters