mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add tornado5 note to 2018.3.1
This commit is contained in:
parent
aeacd2b749
commit
13f920415a
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,16 @@ In Progress: Salt 2018.3.1 Release Notes
|
|||
Version 2018.3.1 is an **unreleased** bugfix release for :ref:`2018.3.0 <release-2018-3-0>`.
|
||||
This release is still in progress and has not been released yet.
|
||||
|
||||
Tornado 5.0 Support for Python 2 Only
|
||||
-------------------------------------
|
||||
|
||||
Tornado 5.0 moves to using asyncio for all python3 versions. Because of this
|
||||
and changes in asyncio between python 3.4 and 3.5 to only be able to use one
|
||||
ioloop, which requires some rearchitecting, support for tornado 5.0 and python3
|
||||
versions of salt has been delayed to a later release.
|
||||
|
||||
For now, to use tornado 5.0, the python 2 version of salt must be used.
|
||||
|
||||
Changes to Slack Engine pillars
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue