Skip to content

Commit df49165

Browse files
authored
Fix typos
1 parent 14b4b92 commit df49165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ v1.2.2 (2021-05-27)
66

77
- Fix #245: Don't update user_main_attribute @jaap3 (#283)
88
- Fix #278: Allow ACS_DEFAULT_REDIRECT_URL to override LOGIN_REDIRECT_URL in more places @jaap3 (#285)
9-
- Add release notes for previous and upcomming releases @jaap3 (#284)
9+
- Add release notes for previous and upcoming releases @jaap3 (#284)
1010
- Add default_auto_field setting, strongly recommended in Django 3.2 @jaap3 (#282)
1111
- SPConfig loader instead of global django settings @peppelinux (#281)
1212
- Fix #277: Resolve LOGIN_REDIRECT_URL @jaap3 (#279)
@@ -122,7 +122,7 @@ v1.0.0 (2020-10-15)
122122
- Method signature changed on Saml2Backend.clean_attributes: from `clean_attributes(self, attributes: dict)` to `clean_attributes(self, attributes: dict, idp_entityid: str, **kwargs)`
123123
- Methodignature changed on Saml2Backend.is_authorized: from `is_authorized(self, attributes: dict, attribute_mapping: dict)` to `is_authorized(self, attributes: dict, attribute_mapping: dict, idp_entityid: str, **kwargs)`
124124
- SAML session refactor and minor changes in README file
125-
- local Logout - indipendent by IdP SLO Response
125+
- local Logout - independent by IdP SLO Response
126126

127127
0.30.0 (2020-07-30)
128128
-------------------

0 commit comments

Comments
 (0)