[SQL-CVS] r4264 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-10-15 12:40:23
|
Author: phd Date: 2010-10-15 06:40:16 -0600 (Fri, 15 Oct 2010) New Revision: 4264 Modified: SQLObject/trunk/docs/News.txt Log: SQLObject 0.13.1 and SQLObject 0.14.1 were released 15 Oct 2010. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2010-10-15 12:38:47 UTC (rev 4263) +++ SQLObject/trunk/docs/News.txt 2010-10-15 12:40:16 UTC (rev 4264) @@ -13,6 +13,13 @@ Features & Interface -------------------- +SQLObject 0.14.1 +================ + +Released 15 Oct 2010. + +* A bugfix was ported from `SQLObject 0.13.1`_. + SQLObject 0.14.0 ================ @@ -37,6 +44,8 @@ SQLObject 0.13.1 ================ +Released 15 Oct 2010. + * A bug was fixed in a subtle case when a per-instance connection is not passed to validators. |