Skip to content

Commit 5fb7aec

Browse files
author
Giuseppe De Marco
authored
Merge pull request #339 from cclauss/patch-1
Fix typo
2 parents 749c00e + df49165 commit 5fb7aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
-------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Contributing
3434

3535
Please open Issues to start debate regarding the requested
3636
features, or the patch that you would apply. We do not use
37-
a strict submission format, please try to be more concise as possibile.
37+
a strict submission format, please try to be more concise as possible.
3838

3939
The Pull Request MUST be done on the dev branch, please don't
4040
push code directly on the master branch.

0 commit comments

Comments
 (0)