From 1feba444ce73454bafa3103de7ed4996c73bb267 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 3 Sep 2018 11:40:32 +0200 Subject: [PATCH] Add changelog for v6.5.2 --- CHANGES.rst | 9 +++++++++ docs/conf.py | 1 + 2 files changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 60232aa5f8..3448b728a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 4c4b277746..016187385e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), }