From ea27d16052caec11a75d959f8b7961b4fb61afe4 Mon Sep 17 00:00:00 2001 From: Aaron L Date: Fri, 25 May 2018 11:50:11 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa1d6a..78de0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.0-rc3] - 2018-05-25 ### Changed @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. other value, and this value cannot be leaked by timing, and since you need both to recover/confirm as the user, this attack should now be mitigated. + This requires users to implement additional fields on the user and rename + the Storer methods. + ## [2.0.0-rc2] - 2018-05-14 Mostly rewrote Authboss by changing many of the core interfaces. This release