diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb40511..5529e2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.9.31 +- **Add**: `@discardableResult` to function - `replace(with:at:with:manualBeginEndUpdates)` in `TableDirector`. + ### 0.9.30 - **Add**: character `*` into a valid set of characters in the extension `telpromptURL` of String. diff --git a/LeadKit.podspec b/LeadKit.podspec index af2ee6ed..e136e676 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.30" + s.version = "0.9.31" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0" diff --git a/Sources/Extensions/TableKit/TableDirector/TableDirector+Extensions.swift b/Sources/Extensions/TableKit/TableDirector/TableDirector+Extensions.swift index 8a874952..150447ac 100644 --- a/Sources/Extensions/TableKit/TableDirector/TableDirector+Extensions.swift +++ b/Sources/Extensions/TableKit/TableDirector/TableDirector+Extensions.swift @@ -230,6 +230,7 @@ public extension TableDirector { /// - animation: The type of replace animation /// - manualBeginEndUpdates: Don't call beginUpdates() & endUpdates() inside. /// - Returns: self + @discardableResult func replace(with section: TableSection, at index: Int, with animation: UITableView.RowAnimation,