Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Nov 6, 2018
1 parent 5f9e21a commit 160caa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ High-level summary of notable changes:
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.

`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.
Expand Down
4 changes: 2 additions & 2 deletions docs/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ High-level summary of notable changes:
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.

`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.
Expand Down

0 comments on commit 160caa4

Please sign in to comment.