Bug Fixes and Documentation Updates
All issues associated with this milestone can be found using this filter.
Updated
- The dependency requirement in the README to Alamofire 3.3+.
- Updated by Christian Noon.
- The Alamofire submodule to the 3.4.1 release.
- Updated by Christian Noon.
- The Travis CI yaml file to use the
xcode7.3
build.- Updated by Christian Noon.
Fixed
- Issue where queue names were not using hex formatters properly.
- Deprecation warning from
errorWithCode
usage by switching to explicitNSError
creation logic.- Fixed by Christian Noon.