Skip to content

Commit

Permalink
Remove deprecated insensitive language field in BoxClient (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Oct 6, 2021
1 parent 6388d82 commit 1f44fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ Changelog
__Breaking Changes:__

- Update PagingIterator to return pages and simplify logic ([#737](https://github.com/box/box-ios-sdk/pull/737))
- Remove insensitive language field `collaborationWhiteList` in BoxClient. Use `collaborationAllowList` instead. ([#790](https://github.com/box/box-ios-sdk/pull/790))

__New Features and Enhancements:__

Expand Down
2 changes: 0 additions & 2 deletions Sources/Client/BoxClient.swift
Expand Up @@ -23,8 +23,6 @@ public class BoxClient {
public private(set) lazy var collections = CollectionsModule(boxClient: self)
/// Provides collaborations functionality.
public private(set) lazy var collaborations = CollaborationsModule(boxClient: self)
/// Provides collaborations whitelist functionality (deprecated)
public private(set) lazy var collaborationWhiteList = CollaborationAllowlistModule(boxClient: self)
/// Provides collaborations whitelist functionality
public private(set) lazy var collaborationAllowList = CollaborationAllowlistModule(boxClient: self)
/// Metadata management.
Expand Down

0 comments on commit 1f44fb5

Please sign in to comment.