Create changelog for 0.0.11 version

This commit is contained in:
Franzé Jr 2015-11-30 20:28:56 -03:00
parent 0e865adcdf
commit fb2745b516

View file

@ -1,11 +1,7 @@
[ [
{ {
"name": "Version 0.0.10", "name": "Version 0.0.11",
"items":[ "items":[
{
"type": "F",
"title": "Moved from activities to fragments (header scrolls up on each :))"
},
{ {
"type": "F", "type": "F",
"title": "Ability to Change/See/Add checklists" "title": "Ability to Change/See/Add checklists"
@ -14,6 +10,19 @@
"type": "F", "type": "F",
"title": "Settings Screen with logout options and account details." "title": "Settings Screen with logout options and account details."
}, },
{
"type": "B",
"title": "fix clear database"
}
]
},
{
"name": "Version 0.0.10",
"items":[
{
"type": "F",
"title": "Moved from activities to fragments (header scrolls up on each :))"
},
{ {
"type": "I", "type": "I",
"title": "better feedback on user login" "title": "better feedback on user login"
@ -21,10 +30,6 @@
{ {
"type": "B", "type": "B",
"title": "fix crash when saving dailies" "title": "fix crash when saving dailies"
},
{
"type": "B",
"title": "fix clear database"
} }
] ]
}, },