[SQL-CVS] r4323 - SQLObject/branches/0.15/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-12-27 17:08:50
|
Author: phd Date: Mon Dec 27 10:08:43 2010 New Revision: 4323 Log: Merged revision 4322 from branch 0.14: documented a minor bugfix creeped in revision 4319. Modified: SQLObject/branches/0.15/docs/News.txt Modified: SQLObject/branches/0.15/docs/News.txt ============================================================================== --- SQLObject/branches/0.15/docs/News.txt Mon Dec 27 10:06:44 2010 (r4322) +++ SQLObject/branches/0.15/docs/News.txt Mon Dec 27 10:08:43 2010 (r4323) @@ -7,6 +7,11 @@ .. _start: +SQLObject 0.15.1 +================ + +* A bugfix was ported from `SQLObject 0.14.1`_. + SQLObject 0.15.0 ================ @@ -23,6 +28,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 ================ |