Skip to content

Commit 8a23806

Browse files
committed
highlight breaking change
1 parent 2d04a93 commit 8a23806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Many thanks for contributions to [@lgarvey](https://github.com/lgarvey)
1010
- Bugfix in the NameID generation where destination instead of entity ID was used. [#18](https://github.com/OTA-Insight/djangosaml2idp/issues/18)
1111

1212
### Changed
13-
- BREAKING CHANGE: the `has_access(user)` method on the Processor class has been changed to `has_access(request)`. This to allow a broader scope of access control checks to perform. If you have subclassed the `BaseProcessor` class and have overriden this method with a custom implementation, you will need to change this.
13+
- **BREAKING CHANGE**: the `has_access(user)` method on the Processor class has been changed to `has_access(request)`. This to allow a broader scope of access control checks to perform. If you have subclassed the `BaseProcessor` class and have overriden this method with a custom implementation, you will need to change this.
1414

1515
## [0.4.1] - 2018-08-09
1616

0 commit comments

Comments
 (0)