Author: phd
Date: 2004-12-14 15:29:52 +0000 (Tue, 14 Dec 2004)
New Revision: 483
Modified:
home/phd/SQLObject/inheritance/docs/News.txt
Log:
Merged patch for docs/News.txt from revisions 477:482
Modified: home/phd/SQLObject/inheritance/docs/News.txt
===================================================================
--- home/phd/SQLObject/inheritance/docs/News.txt 2004-12-13 23:12:52 UTC (rev 482)
+++ home/phd/SQLObject/inheritance/docs/News.txt 2004-12-14 15:29:52 UTC (rev 483)
@@ -7,28 +7,14 @@
.. _start:
-SQLObject 0.6.2
-===============
+SVN trunk
+=========
Interface Changes
-----------------
* The long broken and unused ``DBMConnection`` has been removed.
-* Removed DBMConnection.
-
-Features
---------
-
-* New ``UnicodeCol()`` that converts to and from Unicode
- in the database.
-
-SQLObject 0.6.1
-===============
-
-Interface Changes
------------------
-
* Added a connection parameter to all class methods (patch 974755)
* Connection objects have a ``.module`` attribute, which points to
@@ -38,6 +24,11 @@
Features
--------
+* New ``UnicodeCol()`` that converts to and from Unicode
+ in the database. See docs_.
+
+.. _docs: SQLObject.html#subclasses-of-col
+
* Added indexing (from Jeremy Fitzhardinge). See `the
documentation`__ for more.
|