docs/HISTORY.txt
changeset 22 15a227cafabb
parent 16 bea8c4b209aa
child 26 e2ce53e66fc9
equal deleted inserted replaced
21:5f2f72c00120 22:15a227cafabb
     1 History
     1 History
     2 =======
     2 =======
       
     3 
       
     4 0.2.0
       
     5 -----
       
     6  - added authentication check while subscribing to notifications.
       
     7    As a side effect, you must register the same authentication and authorization
       
     8    policies as in your Pyramid application (authorization policy is not actually used
       
     9    but must be defined at the same time as authentication policy).
     3 
    10 
     4 0.1.4
    11 0.1.4
     5 -----
    12 -----
     6  - use Python 3.5 "async/await" syntax for coroutines
    13  - use Python 3.5 "async/await" syntax for coroutines
     7 
    14