Fix comments to changelog

This commit is contained in:
Aliona 2019-05-21 15:01:46 +03:00
parent 8cfaede34e
commit 5a053b410e
1 changed files with 2 additions and 1 deletions

View File

@ -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.