summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index cc52623..6f9f2be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,18 +28,18 @@ Release History
* *bugfix*: FreeBSD 8.3 added native support for :class:`~passlib.hash.sha256_crypt` --
updated Passlib's unittests and documentation accordingly (:issue:`35`).
- * *bugfix:* Fixed bug which caused passlib.apache unittest to fail
+ * *bugfix:* Fixed bug which caused some :mod:`!passlib.apache` unittests to fail
if mtime resolution >= 1 second (:issue:`35`).
- * Various bugfixes for Python 3.3 compatibility.
+ * *bugfix:* Fixed minor bug in :mod:`!passlib.registry`, should now work correctly under Python 3.3.
* Various documentation updates and corrections.
+.. _whats-new:
+
**1.6** (2012-05-01)
====================
-.. _whats-new:
-
Overview
--------