From 15e702f0ffaf545ef1f119030e78df18250aacae Mon Sep 17 00:00:00 2001 From: matiasdelellis Date: Fri, 27 May 2016 11:41:14 -0300 Subject: [PATCH] Update Changelog.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26898c4..7b4d2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ **Quicknotes** +V0.0.8: +* Fix database schema migration. + V0.0.6: * Several design fixes, thanks to v1r0x. * Highlight current color on edit mode, thanks to v1r0x. @@ -8,7 +11,7 @@ V0.0.6: * Show all notes when remove one. * Fix: Redraw content to show first note. -V0.0.4 +V0.0.4: * Show Animation when add or remove notes without redraw everything. * Show all when append a new note. * Add the new notes in the proper position.