Skip to content

Commit

Permalink
Update changelog to present a technique for cross-version compatibili…
Browse files Browse the repository at this point in the history
…ty in timestamp signers. Fixes #120.
  • Loading branch information
jaraco committed Jan 23, 2019
1 parent 6e63598 commit 3823040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3823040

Please # to comment.