docs/HISTORY.txt
changeset 131 d702d2bf095a
parent 125 985534bc6ab9
child 149 eed80a1937fe
equal deleted inserted replaced
130:9dd00059a845 131:d702d2bf095a
     1 Changelog
     1 Changelog
     2 =========
     2 =========
       
     3 
       
     4 0.1.11
       
     5 ------
       
     6  - moved PyAMS documentation to "PyAMS User Guide" package
       
     7  - added "inherit" interface and module to handle inheritance between located components easier
       
     8  - added exception handling when trying to get or set request annotations
       
     9  - added property annotation to define volatile attributes on persistent classes
     3 
    10 
     4 0.1.10
    11 0.1.10
     5 ------
    12 ------
     6  - added ZODB connection class and vocabulary based on Pyramid's settings
    13  - added ZODB connection class and vocabulary based on Pyramid's settings
     7  - updated DocFieldProperty to correctly handle attributes documentation
    14  - updated DocFieldProperty to correctly handle attributes documentation