Skip to content

Commit

Permalink
Add changelog for v6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 3, 2018
1 parent 8aca957 commit 1feba44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v6.5.2
======
- :issue:`6` via :pr:`109`: Fix import of
:py:mod:`cheroot.ssl.pyopenssl` by refactoring and separating
:py:mod:`cheroot.makefile`'s stream wrappers.

- :issue:`95` via :pr:`109`: Add initial tests for SSL layer with use
of :py:mod:`trustme`

v6.5.1
======
- :issue:`93` via :pr:`110`: Improve UNIX socket fs access mode
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'cherrypy': ('https://docs.cherrypy.org/en/latest/', None),
'trustme': ('https://trustme.readthedocs.io/en/latest/', None),
}

0 comments on commit 1feba44

Please sign in to comment.