|
1 | 1 | # Bolts CHANGELOG |
2 | 2 |
|
| 3 | +## 1.7.0 |
| 4 | + |
| 5 | +**New** |
| 6 | +- Added `BFTask.+taskForCompletionOfAnyTask:`. |
| 7 | + This method creates a task that will be completed when first of the provided task completes. |
| 8 | + [#229](https://github.com/BoltsFramework/Bolts-ObjC/pull/229) |
| 9 | + by [Florent Vilmart](https://github.com/flovilmart) |
| 10 | +- New constants defined for userInfo keys of multi-error/multi-exception. |
| 11 | + [#238](https://github.com/BoltsFramework/Bolts-ObjC/pull/238) |
| 12 | + by [Takeru Chuganji](https://github.com/hoppenichu) |
| 13 | +- Replaced `Bolts` class, `BoltsVersion` macro with a constant string. |
| 14 | + [#239](https://github.com/BoltsFramework/Bolts-ObjC/pull/239) |
| 15 | + by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 16 | + |
| 17 | +**Improved** |
| 18 | +- Reduced stack frame from continuation stack trace if task is completed. |
| 19 | + [#237](https://github.com/BoltsFramework/Bolts-ObjC/pull/237) |
| 20 | + by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 21 | + |
| 22 | +**Fixed** |
| 23 | +- Fixed disposing of `BFCancellationToken` when it has registrations. |
| 24 | + [#226](https://github.com/BoltsFramework/Bolts-ObjC/pull/226) |
| 25 | + by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 26 | +- Fixed and improved documentation. |
| 27 | + [#230](https://github.com/BoltsFramework/Bolts-ObjC/pull/230) |
| 28 | + by [Paweł Wrzosek](https://github.com/wzs) |
| 29 | +- Fix warnings that surfaced in the release version of Xcode 7.3. |
| 30 | + [#231](https://github.com/BoltsFramework/Bolts-ObjC/pull/231) |
| 31 | + by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 32 | +- Fixed edge case scenario of `BFTask.+taskForCompletionOfAllTasks:` wouldn't finish or wouldn't be cancelled. |
| 33 | + [#235](https://github.com/BoltsFramework/Bolts-ObjC/pull/235) |
| 34 | + by [Nikita Lutsenko](https://github.com/nlutsenko) |
| 35 | + |
3 | 36 | ## 1.6.0 |
4 | 37 |
|
5 | 38 | **New** |
|
0 commit comments