From 7596c9c634363a12aac666eaeb6592f55b6844db Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Fri, 10 Feb 2012 20:00:05 +0100 Subject: [PATCH] FIXED: now any occurence of ' will be masked with \' before storage to the mysql database. FIXED: now numbers of notes will be recounted, if one delete one note, so the list of notes will everytime start with 1,2,3,... CHANGED: the look of the list output has been changed, similar to a table --- Changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..49c5661 --- /dev/null +++ b/Changelog @@ -0,0 +1,11 @@ +0.2: +FIXED: now any occurence of ' will be masked with \' before storage + to the mysql database. +FIXED: now numbers of notes will be recounted, if one delete one note, + so the list of notes will everytime start with 1,2,3,... +CHANGED: the look of the list output has been changed, similar to a table + + + +0.1: +INITIAL RELEASE.