Skip to content

Commit

Permalink
Fix code snippet markdown in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo45 committed Apr 8, 2023
1 parent 4ce8a2c commit d52699e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AdColony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 4.9.0.0.4
* Update call to '+[AdColony configureWithAppID:zoneIDs:options:completion:]' to no longer use deprecated 'zoneIDs' parameter.
* Update call to `+[AdColony configureWithAppID:zoneIDs:options:completion:]` to no longer use deprecated `zoneIDs` parameter.

## 4.9.0.0.3
* Disable bitcode, as Apple deprecated it in Xcode 14 (https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes).
Expand Down
4 changes: 2 additions & 2 deletions CSJ/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 4.9.0.7.1
* Removed unused 'kDefaultAppOpenAdLoadingTimeoutSeconds' constant.
* Added switch statement to handle 'BUErrorCodeBiddingAdmExpired' error case.
* Removed unused `kDefaultAppOpenAdLoadingTimeoutSeconds` constant.
* Added switch statement to handle `BUErrorCodeBiddingAdmExpired` error case.

## 4.9.0.7.0
* Certified with ByteDance China SDK 4.9.0.7.
Expand Down
2 changes: 1 addition & 1 deletion MyTarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 5.17.4.1
* Updated 'ALMyTargetMediationAdapterNativeDelegate' to conform to 'MTRGNativeAdMediaDelegate.'
* Updated `ALMyTargetMediationAdapterNativeDelegate` to conform to `MTRGNativeAdMediaDelegate`.

## 5.17.4.0
* Certified with MyTarget SDK 5.17.4.
Expand Down

0 comments on commit d52699e

Please sign in to comment.