Skip to content

Commit 43c21ff

Browse files
authored
Update Changelog.cfg
1 parent 6d0dd51 commit 43c21ff

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

Changelog.cfg

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
KERBALCHANGELOG //Required to have this name
2-
{ showChangelog = True //To show the changelog, this must be set to True modName = FieldTrainingLab //Add your mod's name here VERSION //Declares a version node { version = 1.0.3.4 change = Adoption by zer0Kerbal change = Added PAW grouping (really needed for these mods) change = Added a blurb in the editor getInfo{} change = Added InstallChecker.cs change = Updated patch - now patches all parts with moduleScienceLab
3-
change = Removed other patch change = changed the TrainingLab to be FieldTrainginLab (patches reflect this) } VERSION { version = 1.0.3.3 change = >>-- EFour's last release --<< }
4-
}
2+
{
3+
showChangelog = True //To show the changelog, this must be set to True
4+
modName = FieldTrainingLab //Add your mod's name here
5+
VERSION //Declares a version node
6+
{
7+
version = 1.0.3.4
8+
change = Adoption by zer0Kerbal
9+
change = Added PAW grouping (really needed for these mods)
10+
change = Added a blurb in the editor getInfo{}
11+
change = Added InstallChecker.cs
12+
change = Updated patch - now patches all parts with moduleScienceLab
13+
change = Removed other patch
14+
change = changed the TrainingLab to be FieldTrainginLab (patches reflect this)
15+
}
16+
VERSION
17+
{
18+
version = 1.0.3.3
19+
change = >>-- EFour's last release --<<
20+
}
21+
}

0 commit comments

Comments
 (0)