|
|
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
#### 2.x Releases
|
|
|
|
|
|
-- `2.0.x` Releases - [2.0.0-beta.1](#200-beta1) | [2.0.0-beta.2](#200-beta2) | [2.0.0-beta.3](#200-beta3) | [2.0.0-beta.4](#200-beta4)
|
|
|
+- `2.0.x` Releases - [2.0.0](#200)
|
|
|
+- `2.0.0` Betas - [2.0.0-beta.1](#200-beta1) | [2.0.0-beta.2](#200-beta2) | [2.0.0-beta.3](#200-beta3) | [2.0.0-beta.4](#200-beta4)
|
|
|
|
|
|
#### 1.x Releases
|
|
|
|
|
|
@@ -15,6 +16,18 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
|
---
|
|
|
|
|
|
+## [2.0.0](https://github.com/Alamofire/Alamofire/releases/tag/2.0.0)
|
|
|
+Released on 2015-09-09. All issues associated with this milestone can be found using this
|
|
|
+[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A2.0.0).
|
|
|
+
|
|
|
+#### Added
|
|
|
+
|
|
|
+- A new `URLEncodedInURL` case to the `ParameterEncoding` for encoding in the URL.
|
|
|
+ - Added by [Christian Noon](https://github.com/cnoon) in Pull Request
|
|
|
+ [#742](https://github.com/Alamofire/Alamofire/pull/742).
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
## [2.0.0-beta.4](https://github.com/Alamofire/Alamofire/releases/tag/2.0.0-beta.4)
|
|
|
Released on 2015-09-06. All issues associated with this milestone can be found using this
|
|
|
[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A2.0.0-beta.4).
|