[SQL-CVS] r4725 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-05 18:30:19
|
Author: phd Date: Mon May 5 12:30:12 2014 New Revision: 4725 Log: Merge revision 4724 from branch 1.7: Update News Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon May 5 12:28:38 2014 (r4724) +++ SQLObject/trunk/docs/News.txt Mon May 5 12:30:12 2014 (r4725) @@ -22,9 +22,17 @@ SQLObject 1.7.0 =============== +Features & Interface +-------------------- + * DateTimeCol and TimeCol can read values with microseconds (created by SQLObject 2.0) but do not write microseconds back. +Bugfixes +-------- + +* A bugfix was ported from `SQLObject 1.5.2`_. + SQLObject 1.6.0 =============== |