Skip to content

Commit d7ee3bc

Browse files
committed
Some final touches
1 parent 779594e commit d7ee3bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ You can also refer to commit logs to get details on what was implemented, fixed
88
### 3.0.0
99

1010
- Rewrite in Swift 3
11-
- Broad API redesign, you should now use `authorize(params:callback:)`
11+
- New DataLoader, meaning you don't have to do authorization yourself (and helps with Alamofire use)
12+
- Broad API redesign, you should now use `authorize(params:callback:)` if you still authorize manually
1213
- All errors returned by OAuth2 are now `OAuth2Error` types
1314
- Add `Package.swift` for the Swift package manager
1415
- Expose `keychainAccessGroup` (`keychain_access_group` in settings; thanks @damienrambout !)

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jazzy \
77
-m "OAuth2" \
88
-a "Pascal Pfiffner" \
99
-o "docs" \
10-
--module-version "2.2.8"
10+
--module-version "3.0.0"
1111

1212
mkdir docs/assets 2>/dev/null
1313
cp assets/* docs/assets/

0 commit comments

Comments
 (0)