Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jan 6, 2016
2 parents a9b92ed + 915ab40 commit aa14875
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releases/notes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
* Full support for python 3.5
* Pulsar **1.1.x** is the last minor release ("major.minor.micro") to support python 3.4
* From pulsar **1.2.x**, support for python 3.4 will be dropped and the new
async-await_ syntax will be used in the whole codebase

Core
-----------------
* Added CI for python 3.5
* Added ``debug`` properties to all ``AsyncObject``. The property returns the event loop
debug mode flag

Expand Down Expand Up @@ -35,3 +41,4 @@ Examples

.. _requests: http://docs.python-requests.org/
.. _XSS: https://en.wikipedia.org/wiki/Cross-site_scripting
.. _async-await: https://www.python.org/dev/peps/pep-0492/#specification

0 comments on commit aa14875

Please sign in to comment.