Changeset 3620

Show
Ignore:
Timestamp:
11/06/07 21:46:26 (1 year ago)
Author:
chrisz
Message:

Updated changelog for 1.0.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/CHANGELOG.txt

    r3608 r3620  
    1313      the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 
    1414    * Ticket #1601. Workaround in paginate for databases without OFFSET. 
     15    * The database module exports a mapper which is either session.mapper 
     16       for SQLAlchemy >= 0.4, or something similar to assign_mapper 
     17       for SQLAlchemy < 0.4, but compatible with SQLAlchemy 0.4 and Elixir. 
    1518 
    1619*Fixes* 
     
    1821    * KID-template string collection for i18n fixed so that it ignores XML 
    1922      processing instructions and comments as well as script and style sections. 
     23    * Tickets # 1458, #1599 and #1604. Fixed SQLAlchemy and Elixir issues. 
    2024 
    2125*Contributors*