[SQL-CVS] r4324 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-12-27 17:10:28
|
Author: phd Date: Mon Dec 27 10:10:22 2010 New Revision: 4324 Log: Merged revision 4323 from branch 0.15: documented a minor bugfix creeped in revision 4319. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon Dec 27 10:08:43 2010 (r4323) +++ SQLObject/trunk/docs/News.txt Mon Dec 27 10:10:22 2010 (r4324) @@ -13,6 +13,11 @@ Features & Interface -------------------- +SQLObject 0.15.1 +================ + +* A bugfix was ported from `SQLObject 0.14.1`_. + SQLObject 0.15.0 ================ @@ -29,6 +34,11 @@ with the instance as the first parameter. The following signals were changed: RowUpdatedSignal, RowDestroySignal, RowDestroyedSignal. +SQLObject 0.14.2 +================ + +* A minor bug was fixed in sqlbuilder.Union. + SQLObject 0.14.1 ================ |