Changeset 5688

Show
Ignore:
Timestamp:
11/16/08 17:27:36 (2 months ago)
Author:
carndt
Message:

Minor typo and wording fixes in Changelog

Files:

Legend:

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

    r5685 r5688  
    5252  thanks to Matt Wilson for the proposed patch and ticket. 
    5353* Could not pass path as list to redirect (#2006, Peter Russel). 
    54 * Misc fixes to various modules to handle a missing ORm module gracefully and 
    55   print a helpfule message when a user tries to start a project wihich needs 
    56   an ORM without one installed (r5490, r5491, r5493, r5494, r5495, r5496). 
     54* Misc fixes to various modules to handle a missing ORM module gracefully and 
     55  print a helpfule message when a user tries to start a project which needs 
     56  an ORM, and it can not be imported (r5490, r5491, r5493, r5494, r5495, r5496). 
    5757* Do not set 'forward_url' in login method when there are identity errors 
    5858  (r5507).