Author: Derick Rethans
Date: 2006-01-16 11:50:23 +0100 (Mon, 16 Jan 2006)
New Revision: 1914

Log:
- Fixed spelling, grammar and RST stuff
Modified:
   packages/PersistentObject/trunk/ChangeLog

Modified: packages/PersistentObject/trunk/ChangeLog
===================================================================
--- packages/PersistentObject/trunk/ChangeLog   2006-01-16 10:45:43 UTC (rev 
1913)
+++ packages/PersistentObject/trunk/ChangeLog   2006-01-16 10:50:23 UTC (rev 
1914)
@@ -1,10 +1,13 @@
 1.0rc1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- added ezcPersistentSession::removeFromQuery()
-- added ezcPersistentSession::updateFromQuery()
-- added ezcPersistentSession::findIterator which returns a ezcResultIterator
-- added support for table and column aliases.
+- Added new methods to ezcPersistentSession:
+
+  * removeFromQuery()
+  * updateFromQuery()
+  * findIterator which returns a ezcResultIterator
+
+- Added support for table and column aliases.
 - Added sequence strategy system, which makes this component also work
   with PostGreSQL.
 - Changed exception behavior. All errors will now throw a different exception
@@ -12,13 +15,12 @@
 
 - Added interfaces and classes:
 
- * ezcPersistentIdentifierGenerator that defines the
-   interface between ezcPersistentSession and the code creating unique ID's
-   for new rows.
- * ezcPersistentSequenceGenerator that implements the ID generation
-   using sequence functionality in the database handlers.
- * ezcPersistentGeneratorDefinition to set up what generator to use in the
-   definition.
+  * ezcPersistentIdentifierGenerator that defines the interface between
+    ezcPersistentSession and the code creating unique ID's for new rows.
+  * ezcPersistentSequenceGenerator that implements the ID generation
+    using sequence functionality in the database handlers.
+  * ezcPersistentGeneratorDefinition to set up what generator to use in the
+    definition.
 
        
 1.0beta1 - Friday 23 December 2005

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to