New

  • Added BFTask.+taskForCompletionOfAnyTask:.
    This method creates a task that will be completed when first of the provided task completes.
    #229 by Florent Vilmart
  • New constants defined for userInfo keys of multi-error/multi-exception.
    #238 by Takeru Chuganji
  • Replaced Bolts class, BoltsVersion macro with a constant string.
    #239 by Nikita Lutsenko

Improved

  • Reduced stack frame from continuation stack trace if task is completed.
    #237 by Nikita Lutsenko

Fixed