Skip to content

Commit

Permalink
Update changelog for 2024-02 GameKit update (apple#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSzApple authored and GitHub Enterprise committed Feb 15, 2024
1 parent 0dfb0c1 commit 676672b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG
All notable changes to this project will be documented in this file.

## [2.0.1] - 2024-02-15
### Added
- Add C# wrapper for `NSData`.
- Add Texture2D extension methods for loading images from `NSData` objects.
### Changed
- Improve equality checks between `NSObject` derived objects by using the native `IsEquals` method.
- Add helper methods to `NSString` C# wrapper for interoperating with `NSData`.
- Improve handling of exceptions thrown during P/Invoke callbacks.

## [2.0.0] - 2023-11-09
### Added
- Add C# wrappers for `NSNull`, `NSNumber`, `NSObject`, `NSString`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG
All notable changes to this project will be documented in this file.

## [2.0.1] - 2024-02-15
### Added
- C# wrappers for the following GameKit APIs:
- `GKLeaderboard.LoadEntriesForPlayers`
- `GKMatchmaker.FinishMatchmaking`, `.Start/StopBrowsingForNearbyPlayers`, and `.Start/StopGroupActivity`
- `GKMatchmakerViewController.AddPlayersToMatch`
- `GKMatchRequest.RecipientResponse`, `.DefaultNumberOfPlayers`, and `.MaxPlayersAllowedForMatch`
- `GKTurnBasedMatch.SetLocalizableMessageWithKey`
- `GKAccessPoint.Trigger` (with state)
- `GKAchievement.Init` (for player)
- `GKAchievementDescription.IncompleteAchievementImage` and `.PlaceholderCompletedAchievementImage`
- `GKLocalPlayer.LoadFriends` (with identifiers) and `.LoadFriendsAuthorizationStatus`
### Changed
- Updated the GameKit sample app to demonstrate most of the newly wrapped APIs above.

## [2.0.0] - 2023-12-15
### Added
- Support new rule-based matchmaking APIs available in iOS/tvOS 17.2 and macOS 14.2.
Expand Down

0 comments on commit 676672b

Please sign in to comment.