docs/HISTORY.txt
changeset 102 6206a2ae7053
parent 72 9049384a2bd4
child 108 1a9d8c43dba0
equal deleted inserted replaced
101:8b2786685e8b 102:6206a2ae7053
     1 Changelog
     1 Changelog
     2 =========
     2 =========
       
     3 
       
     4 0.1.5
       
     5 -----
       
     6  - refactored request and session properties management
       
     7  - added check for multi-adapter lookup on IHTMLRenderer interface in 'html' TALES extension
       
     8  - update docstrings
     3 
     9 
     4 0.1.4
    10 0.1.4
     5 -----
    11 -----
     6  - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function
    12  - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function
     7    returns a "True" value when called with parent as argument
    13    returns a "True" value when called with parent as argument