diff --git a/CHANGELOG b/CHANGELOG index 08ae6c31..b28b148d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,7 @@ - DAL BIGINT support and DAL(...,bigint_id=True) - IS_IN_DB(..., distinct=True) - new syntax: db.mytable.insert(myuploadfield=open(....)) -- db.mytable.myfield.count(True) +- db(...).select(db.mytable.myfield.count(distinct=True)) - db(db.a)._update(name=db(db.b.a==db.a.id).nested_select(db.b.id)) - db.mytable.myfield.filter_in, filter_out - db.mytable._enable_record_versioning(db) adds verining to this table @@ -78,7 +78,7 @@ - @cache('%(name)s%(args)s%(vars)s',5) and cache.autokey - added tox.ini, thanks Marc - web2py.py --run_system_tests, thanks Marc Abramowitz -- portable html.py +- html.py (and web2py helpers) can be used without web2py dependencies ## 1.99.5-1.99.7 diff --git a/VERSION b/VERSION index d4b9a797..88809e6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-22 18:09:22) dev +Version 2.00.0 (2012-08-22 19:47:08) dev