1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

📝 Update with minor patch releases

This commit is contained in:
Ulisses Almeida 2016-05-15 12:22:45 -03:00
parent 863b811167
commit f89921e153

View file

@ -24,6 +24,11 @@
* Fix overwriting the remember_token when a valid one already exists
(by @ralinchimev).
### 4.1.1 - 2016-05-15
* bug fixes
* Fix overwriting the remember_token when a valid one already exists (by @ralinchimev).
### 4.1.0
* bug fixes
@ -60,6 +65,11 @@
* improvements
* Avoids extra computation of friendly token for confirmation token (by @sbc100)
### 4.0.3 - 2016-05-15
* bug fixes
* Fix overwriting the remember_token when a valid one already exists (by @ralinchimev).
### 4.0.2 - 2016-05-02
* bug fixes