-
-
Notifications
You must be signed in to change notification settings - Fork 10
Change Log
Chris Blyth edited this page Jul 4, 2014
·
1 revision
The Gallifrey change log is based on a structured XML file.
The XML is structured as follows:
<Version Number="1.0.0" Name="">
<Features>
<Feature>My New Feature.</Feature>
</Features>
<Bugs>
<Bug>My Bug Fix.</Bug>
</Bugs>
<Others />
</Version>
The App takes this structured XML and will create a strongly typed object of change log versions. This is then displayed to the user.
The change log should contain all fixes/enhancements from the previous stable version. Bugs introduced and fixed in the same beta will not be shown.
Change log versions are stable versions only, beta users will always see all items from this version when installing updated.
Stable users will only see changes introduced since they last updated.