changelog.xml
Holds information about changes that were performed on ginstr app.
Currently changes are added manually by ginstr app developer, app-composer should input data each time change was performed on the app.
Default empty file
<?xml version="1.0" encoding="utf-8"?> <changes> </changes>
Example of file with entry
<?xml version="1.0" encoding="utf-8"?> <changes> <change developer="Danijel Škvorc" timestamp="19.03.2015"> <item>modification of screen 2 widget userName title</item> <item>removal of extra strings in values-en/strings.xml</item> </change> </changes>