1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-07-15 01:24:33 +02:00

Update changelog

This commit is contained in:
Aaron L
2018-05-25 11:50:11 -07:00
parent ae5a471cf2
commit ea27d16052

View File

@ -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