summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-23 13:31:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-23 13:31:04 -0500
commit382304069f687e522df15242a8a29993949f8508 (patch)
tree42a77c4b0bba636ae18429b80d3e1e16b7587b46
parent6e6359864be6055860adf1e11d8bb0db69ff1840 (diff)
downloaditsdangerous-382304069f687e522df15242a8a29993949f8508.tar.gz
Update changelog to present a technique for cross-version compatibility in timestamp signers. Fixes #120.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a2abcb7..5b6fd79 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -42,6 +42,10 @@ at SHA1.
- More compact JSON dumps for unicode strings. (`#38`_)
- Use the full timestamp rather than an offset, allowing dates before
2011. (`#46`_)
+ To retain compatibility with signers from itsdangerous 0, consider
+ using `this shim
+ <https://github.com/pallets/itsdangerous/issues/120#issuecomment-456913331>`_
+ when unsigning.
- Detect a ``sep`` character that may show up in the signature itself
and raise a ``ValueError``. (`#62`_)
- Use a consistent signature for keyword arguments for