diff --git a/CHANGELOG b/CHANGELOG index c938f9c9..be6ae228 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,1014 +1,36 @@ -## EWF v1.5 -> v1.6 (2007) -- load and save .py in ascii, avoids problem with LF+CR on windows -- added path.join in compileapp, fixed problem with Windows compileapp - -## EWF v1.6 -> v1.7 -- in paths replace '\' with '/' to fix problem with windows paths -- using limitby in database administration -- replaced mime/miltupart with multipart/form-data to fix a windows problem - -## EWF v1.7 -> Gluon v1.0 -- Name change -- Improved layout.html - -## Gluon v1.0 -> v1.1 -- bug in sqlhtml with JOINS queries - -## Gluon v1.1 -> v1.2 -- fixed some typos in examples -- IS_IN_SET now supports labels -- cleanup in sql.py does not cleanup, just checks valid field and table names - -## Gluon v1.3 -- added IS_IN_DB, IS_NOT_IN_DB and updated examples accordingly - -## Gluon v1.4 -- fixed problem with IS_INT_IN_RANGE and IS_FLOAT_IN_RANGE. Now an error in a validator is reported as a ticket. Good validators should not raise Exceptions. -- IS_IN_DB displays "label (id)" -- it can upload files without extension -- migration is now optional (define_table has migrate=False option) - -## Gluon v1.5 --