#Change Log
All notable changes to this project will be documented in this file.
AFNetworking
adheres to Semantic Versioning.
2.2.1 (2015-10-28)
Released on 2015-10-28. All issues associated with this milestone can be found using this filter.
####Fixed
- Fixed an issue that prevented
AFOAuth2Manager
from being used with CocoaPods when usinguse_framework!
- Fixed by juanuribeo13 in #100.
- Fixed an issue debug information was being logged to the console.
- Fixed by Sven Münnich in #99.
- Fixed an issue where tests would randomly fail due to mocked objects not being cleaned up.
- Fixed by Pritesh Shah in #96.