[SQL-CVS] r4263 - SQLObject/branches/0.14/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-10-15 12:38:53
|
Author: phd Date: 2010-10-15 06:38:47 -0600 (Fri, 15 Oct 2010) New Revision: 4263 Modified: SQLObject/branches/0.14/docs/News.txt Log: SQLObject 0.13.1 and SQLObject 0.14.1 were released 15 Oct 2010. Modified: SQLObject/branches/0.14/docs/News.txt =================================================================== --- SQLObject/branches/0.14/docs/News.txt 2010-10-15 12:36:44 UTC (rev 4262) +++ SQLObject/branches/0.14/docs/News.txt 2010-10-15 12:38:47 UTC (rev 4263) @@ -7,6 +7,13 @@ .. _start: +SQLObject 0.14.1 +================ + +Released 15 Oct 2010. + +* A bugfix was ported from `SQLObject 0.13.1`_. + SQLObject 0.14.0 ================ @@ -31,6 +38,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. |