From f7147648ba7206dfd20912ab4e194b7de7a83c82 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Fri, 27 Apr 2012 13:44:14 -0400 Subject: [PATCH] Add change note --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 0fb6e6b..8eabbee 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,14 @@ Flask-Security Changelog Here you can see the full list of changes between each Flask-Security release. +Version 1.2.2 +------------- + +Released ... + +- Fixed bug where `roles_required` and `roles_accepted` did not pass the next + argument to the login view + Version 1.2.1 -------------