Author: ianb
Date: 2004-12-10 16:54:44 +0000 (Fri, 10 Dec 2004)
New Revision: 479
Modified:
trunk/SQLObject/docs/News.txt
Log:
Combined 0.6.2 and 0.6.1; renamed 0.6.1 to News.txt
Modified: trunk/SQLObject/docs/News.txt
===================================================================
--- trunk/SQLObject/docs/News.txt 2004-12-10 16:52:05 UTC (rev 478)
+++ trunk/SQLObject/docs/News.txt 2004-12-10 16:54:44 UTC (rev 479)
@@ -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.
|