From 5a053b410e673db61cb9bdf3c4a9884e35514a50 Mon Sep 17 00:00:00 2001 From: Aliona Date: Tue, 21 May 2019 15:01:46 +0300 Subject: [PATCH] Fix comments to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c16c481..f6e325e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ - **Fix**: Make `Initializable` protocol public. ### 0.9.21 -- **Add**: `Initializable` protocol and its extension to initialize an array of instances. +- **Add**: `Initializable` - common protocol for object types that can be initialized without params. +- **Add**: `instantiateArray(count:)` function in Initializable extension to initialize an array of instances. ### 0.9.20 - **Fix**: `bindBottomInsetBinding(from bottomInsetDriver:)` in `BaseScrollContentController` works correctly now.