diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2724cd4b23b78da545a10c789ea705701015b4c_Q0hBTkdFTE9HLnJzdA==..2bbcda5272964c60fc21db83eccb263dffe343fd_Q0hBTkdFTE9HLnJzdA== 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -164,10 +164,10 @@ adapter. - Non-backward-compatible changes in `Channel.add_on_return_callback` callback's signature. -- The `AsynchoreConnection` adapter was retired +- The `AsyncoreConnection` adapter was retired **Details** Python 3.x: this release introduces python 3.x support. Tested on Python 3.3 and 3.4. @@ -168,10 +168,10 @@ **Details** Python 3.x: this release introduces python 3.x support. Tested on Python 3.3 and 3.4. -`AsynchoreConnection`: Retired this legacy adapter to reduce maintenance burden; +`AsyncoreConnection`: Retired this legacy adapter to reduce maintenance burden; the recommended replacement is the `SelectConnection` adapter. `SelectConnection`: ioloop was refactored for compatibility with other ioloops. diff --git a/docs/version_history.rst b/docs/version_history.rst index e2724cd4b23b78da545a10c789ea705701015b4c_ZG9jcy92ZXJzaW9uX2hpc3RvcnkucnN0..2bbcda5272964c60fc21db83eccb263dffe343fd_ZG9jcy92ZXJzaW9uX2hpc3RvcnkucnN0 100644 --- a/docs/version_history.rst +++ b/docs/version_history.rst @@ -164,10 +164,10 @@ adapter. - Non-backward-compatible changes in `Channel.add_on_return_callback` callback's signature. -- The `AsynchoreConnection` adapter was retired +- The `AsyncoreConnection` adapter was retired **Details** Python 3.x: this release introduces python 3.x support. Tested on Python 3.3 and 3.4. @@ -168,10 +168,10 @@ **Details** Python 3.x: this release introduces python 3.x support. Tested on Python 3.3 and 3.4. -`AsynchoreConnection`: Retired this legacy adapter to reduce maintenance burden; +`AsyncoreConnection`: Retired this legacy adapter to reduce maintenance burden; the recommended replacement is the `SelectConnection` adapter. `SelectConnection`: ioloop was refactored for compatibility with other ioloops.