add notes to changelog

This commit is contained in:
Ivan Smolin 2018-07-31 13:33:04 +03:00
parent 1d1ef692b9
commit a90586c46a
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
### 0.8.8
- **Update**: Update `DateFormat` protocol. Add `dateToStringFormat` and `stringToDateFormat` according to SwiftDate 5.0.
- **Update**: Replace `String` with `DateFormat` in `DataFormattingService` methods.
- **Update**: Replace `String` with `DateFormat` in `DataFormattingService` date parsing methods.
- **Update**: Replace `DateInRegion` with `DateRepresentable` in `DataFormattingService` string formatting methods.
- **Add**: `parsedIn` optional parameter to date parsing method in `DataFormattingService`.
### 0.8.7