Skip to content

Bug Fixes and Documentation Updates

Compare
Choose a tag to compare
@cnoon cnoon released this 19 Jul 06:18
· 225 commits to master since this release

All issues associated with this milestone can be found using this filter.

Updated

  • The dependency requirement in the README to Alamofire 3.3+.
  • The Alamofire submodule to the 3.4.1 release.
  • The Travis CI yaml file to use the xcode7.3 build.

Fixed

  • Issue where queue names were not using hex formatters properly.
  • Deprecation warning from errorWithCode usage by switching to explicit NSError
    creation logic.