summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-05-13 17:44:27 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-13 10:44:27 -0500
commitd52975cef3a36e18552aeb23de7c06aa73d76454 (patch)
treea74830b8bdf3742062ded54b1ef1985e8d0063d9 /CHANGELOG.rst
parent7706e1484fe6eab0ae35c103e5b89b7e16fca9a5 (diff)
downloadpyopenssl-d52975cef3a36e18552aeb23de7c06aa73d76454.tar.gz
Add an informative __main__.py (#620)
* Add an informative __main__.py Give users an easy way to figure out what versions they're running. * Why not more info! * Add test * No empty last line * Make @alex happy * DIAF Python 2.6 * Add cffi's version * Make debug a module * Add cryptography's compile-time OpenSSL
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1c7a69d..ae9e359 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -24,7 +24,8 @@ Deprecations:
Changes:
^^^^^^^^
-*none*
+- Added ``OpenSSL.debug`` that allows to get an overview of used library versions (including linked OpenSSL) and other useful runtime information using ``python -m OpenSSL.debug``.
+ `#620 <https://github.com/pyca/pyopenssl/pull/620>`_
----