Changelog fixed

This commit is contained in:
Artur Azarau 2019-04-10 13:33:13 +03:00
parent 2ba53e3366
commit 9cce0b095f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
### 0.9.15
- **Add**: `BaseSearchViewController` class that that allows to enter text for search and then displays search results in table view.
- **Add**: `BaseSearchViewController` class that allows to enter text for search and then displays search results in table view.
- **Add**: `BaseSearchViewModel` class that loads data from a given data source and performs search among the results.
- **Add**: `SearchResultsController` protocol that represent a controller able to display search results.
- **Add**: `SearchResultsControllerState` enum that represents `SearchResultsController` state.