diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d0f1a..6d3cc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 2.2.2 +* Added ` NibOwnerLoadable` protocol for UIView in XIB's File's Owner. [@PoissonBallon](https://github.com/PoissonBallon), [#16](https://github.com/AliSoftware/Reusable/pull/16) + ## 2.2.1 * Fixed issue with `register…` methods registering the superclass `T` instead of the dynamic class `cellType` / `viewType`.