From bca1ed642bd7b726a8659bb5fed479eb97c18aa2 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 8 Mar 2013 11:49:28 +1100 Subject: [PATCH] Update changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6d0cf0b6..936b04bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,13 @@ queXS 1.7.0 - Changes since 1.6.1 New Feature: Replace queXS caseid as token with a random token to allow for safe external access New Feature: Allow for responents to self complete the questionnaire via email invitation +New Feature: Allow restricting appointment to just yourself +New Feature: Added ability to edit operators +New Featuer: Can delete a queXS questionnaire + Fixed Bug: Replaced php short tags with long tags + Database updates: ALTER TABLE `case` ADD `token` VARCHAR( 36 ) NOT NULL ;