From: stefan Date: Thu, 14 Apr 2011 12:54:52 +0000 (+0000) Subject: Allow default value declaration in DB schema. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b5e887c353645064f95d220ecf7acd31559ee289;p=roundup.git Allow default value declaration in DB schema. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4591 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 142d8ae..7cc26ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ Richard Jones did the change. Features: +- Allow declaration of default_values for properties in schema. - Add explicit "Search" permissions, see Security Fix below. - Add "lookup" method to xmlrpc interface (Ralf Schlatterbeck) - Multilinks can be filtered by combining elements with AND, OR and NOT