Skip to content

Commit b8523f8

Browse files
authored
Merge pull request #1241 from Esri/Caleb/Fix-SinceTags
Add missing Since tags
2 parents a608282 + 473a877 commit b8523f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/ArcGISToolkit/Components/Authentication/AuthenticationManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public extension AuthenticationManager {
111111

112112
/// Signs the user out of the application by revoking OAuth tokens,
113113
/// invalidating IAP credentials, and clearing credential stores.
114+
/// - Since: 200.8
114115
func signOut() async {
115116
await revokeOAuthTokens()
116117
await invalidateIAPCredentials()

Sources/ArcGISToolkit/Components/Popups/PopupView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public struct PopupView: View {
7878
/// - root: The popup to display.
7979
/// - isPresented: A Boolean value indicating whether the view is presented. The close button
8080
/// is displayed when this is non-`nil`.
81+
/// - Since: 200.8
8182
public init(root: Popup, isPresented: Binding<Bool>? = nil) {
8283
self.popup = root
8384
self.isPresented = isPresented

0 commit comments

Comments
 (0)