summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-09 16:51:45 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-09 16:51:45 -0500
commitadeee1350fc2c7271873205a503bea6381a861c2 (patch)
treeb0d8053341871acc8dbc6009ef54d529bebe68da /docs/history
parent88781822e23df38cc81eae00cce11e527d7dcc7b (diff)
downloadpasslib-adeee1350fc2c7271873205a503bea6381a861c2.tar.gz
docs: update 1.7.2 changelog for everything added to stable since 1.7.1
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index f160121..deb26b0 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -7,6 +7,23 @@ Passlib 1.7
**1.7.2** (NOT YET RELEASED)
============================
+This release rolls up assorted bug & compatibility fixes since 1.7.1.
+
+Bugfixes
+--------
+
+* Python 3.8 compatibility fixes
+
+* **unittests**: ``crypt()`` unittests now account for linux systems running libxcrypt
+ (such as recent Fedora releases)
+
+Other Changes
+-------------
+
+* **setup.py**: now honors ``$SOURCE_DATE_EPOCH`` to help with reproducible builds
+
+* **documentation**: Various updates & corrections.
+
**1.7.1** (2017-1-30)
=====================