|
|
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
|
|
`Alamofire` adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
#### 3.x Releases
|
|
|
+- `3.5.x` Releases - [3.5.0](#350)
|
|
|
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341) | [3.4.2](#342)
|
|
|
- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331)
|
|
|
- `3.2.x` Releases - [3.2.0](#320) | [3.2.1](#321)
|
|
|
@@ -22,6 +23,29 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
---
|
|
|
|
|
|
+## [3.5.0](https://github.com/Alamofire/Alamofire/releases/tag/3.5.0)
|
|
|
+Released on 2016-09-07. All issues associated with this milestone can be found using this
|
|
|
+[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.5.0).
|
|
|
+
|
|
|
+#### Updated
|
|
|
+- The `User-Agent` header generation formatting and also added docs and tests.
|
|
|
+ - Updated by [Jon Shier](https://github.com/jshier) in Pull Request
|
|
|
+ [#1456](https://github.com/Alamofire/Alamofire/pull/1456) in Regards to Issue
|
|
|
+ [#1452](https://github.com/Alamofire/Alamofire/issues/1452).
|
|
|
+- All source, test and example logic as well as project settings to compile against
|
|
|
+ Xcode 7 and 8 against Swift 2.2 or 2.3 respectively.
|
|
|
+ - Updated by [Kevin Harwood](https://github.com/kcharwood),
|
|
|
+ [Jon Shier](https://github.com/jshier) and
|
|
|
+ [Christian Noon](https://github.com/cnoon).
|
|
|
+- The Travis CI yaml file to support both Xcode 7.3 and 8 simultaneously.
|
|
|
+ - Updated by [Christian Noon](https://github.com/cnoon).
|
|
|
+
|
|
|
+#### Fixed
|
|
|
+- A TLS evaluation test that could fail with a different error when behind a proxy.
|
|
|
+ - Fixed by [Christian Noon](https://github.com/cnoon).
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
## [3.4.2](https://github.com/Alamofire/Alamofire/releases/tag/3.4.2)
|
|
|
Released on 2016-08-28. All issues associated with this milestone can be found using this
|
|
|
[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.4.2).
|