diff --git a/CHANGELOG.md b/CHANGELOG.md index bde94502..5212d199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The changelog for `IGListKit`. Also see the [releases](https://github.com/instag ----- ### Breaking Changes +- Added Swift annotation name to `IGListAdapterDelegate` which removes `IG` prefix. The new name for Swift clients is `ListAdapterDelegate`. [Andrea Antonioni](https://github.com/andreaantonioni)[(#1116)](https://github.com/Instagram/IGListKit/pull/1116) + - Remove support for iOS 8 - `IGListKit` has been split into `IGListKit` and `IGListDiffKit` for Xcode and Carthage builds. Cocoapods continues to use an all-inclusive `IGListKit` podspec. [Nate Stedman](https://github.com/natestedman) ([#1377])(https://github.com/Instagram/IGListKit/pull/1377) diff --git a/Source/IGListKit/IGListAdapterDelegate.h b/Source/IGListKit/IGListAdapterDelegate.h index 987a28f7..0db122ee 100644 --- a/Source/IGListKit/IGListAdapterDelegate.h +++ b/Source/IGListKit/IGListAdapterDelegate.h @@ -14,6 +14,7 @@ NS_ASSUME_NONNULL_BEGIN /** Conform to `IGListAdapterDelegate` to receive display events for objects in a list. */ +NS_SWIFT_NAME(ListAdapterDelegate) @protocol IGListAdapterDelegate /**