Fix markup

This commit is contained in:
Aliona 2019-05-21 15:07:42 +03:00
parent 5a053b410e
commit 9f96b934de
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
### 0.9.21
- **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.
- **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.