[SQL-CVS] r4724 - SQLObject/branches/1.7/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-05 18:28:47
|
Author: phd Date: Mon May 5 12:28:38 2014 New Revision: 4724 Log: Update News Modified: SQLObject/branches/1.7/docs/News.txt Modified: SQLObject/branches/1.7/docs/News.txt ============================================================================== --- SQLObject/branches/1.7/docs/News.txt Sun May 4 13:02:31 2014 (r4723) +++ SQLObject/branches/1.7/docs/News.txt Mon May 5 12:28:38 2014 (r4724) @@ -10,9 +10,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 =============== |