From a38b77b965b69831f802908cd25cb0f40bcf4ff2 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 14 Feb 2019 14:44:49 -0800 Subject: [PATCH] Add a changelog. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..298afff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +Entries are listed in reverse chronological order. + +## 1.0.3 + +* Adds `ConstantTimeEq` implementation for compressed points. + +## 1.0.2 + +* Fixes a typo in the naming of variables in Ristretto formulas (no change to functionality). + +## 1.0.1 + +* Depends on the stable `2.0` version of `subtle` instead of `2.0.0-pre.0`. + +## 1.0.0 + +Initial stable release. Yanked due to a dependency mistake (see above). +