Code

*** empty log message ***
[roundup.git] / ZTUtils / CHANGES.txt
1 ZTUtils changes
3   This file contains change information for the current release. 
4   Change information for previous versions can be found in the
5   file HISTORY.txt.
7     Version 1.5
9       Features Added
11         - Added 'sequence_length' attribute to batches.      
13         - Under Python 2.2, Iterator both accepts and produces Python
14           iterator objects.
16         - first() and last() methods allow you to tell whether the
17           current element is different from the next or previous
18           element.  This is most useful when the sequence is sorted.
20       Bugs Fixed
22         - Handle both string and class Unauthorized exceptions.
24         - Batch construction masked sequence errors, such as
25           Unauthorized.
27         - Orphan defaulted to different values in different places.