[SQL-CVS] r4061 - SQLObject/branches/0.11/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-12-31 01:10:13
|
Author: phd Date: 2009-12-30 18:10:00 -0700 (Wed, 30 Dec 2009) New Revision: 4061 Modified: SQLObject/branches/0.11/docs/News.txt Log: Documentation update. Modified: SQLObject/branches/0.11/docs/News.txt =================================================================== --- SQLObject/branches/0.11/docs/News.txt 2009-12-31 01:08:54 UTC (rev 4060) +++ SQLObject/branches/0.11/docs/News.txt 2009-12-31 01:10:00 UTC (rev 4061) @@ -10,6 +10,8 @@ SQLObject 0.11.3 ================ +* Fixed a bug in FirebirdConnection. + * A change ported from `SQLObject 0.10.9`_. SQLObject 0.11.2 |