Skip to content

Commit

Permalink
Cleans up changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Oct 16, 2016
1 parent 5767311 commit 76eda86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Next

- Fixes download requests never calling the completion block
- Adds new internal Requestable protocol
- **Breaking Change** Throw dedicated `Error.jsonMapping` when `mapJSON` fails to parse JSON
- Removed the unused `StreamRequest` typealias that was causing watchOS failures.
- **Breaking Change** Renamed `endpointByAddingHTTPHeaders` to `adding(newHttpHeaderFields:)`
Expand All @@ -11,7 +9,9 @@
- **Breaking Change** Changed HTTP verbs enum to lowercase
- `urlRequest` property of `Endpoint` is now truly optional. The request will fail if the `urlRequest` turns out to be nil and a `requestMapping` error will be returned together with the problematic url.
- **Breaking Change** Made RxMoya & ReactiveMoya frameworks dependant on Moya framework, making them slimmer and not re-including Moya source in the Reactive extensions. ([PR](https://github.com/Moya/Moya/pull/563))
- Added a new case to `SampleResponseClosure` which allows mocking of the whole `URLResponse`
- Fixes download requests never calling the completion block.
- Adds new internal Requestable protocol.
- Added a new case to `SampleResponseClosure` which allows mocking of the whole `URLResponse`.
- Adds test for new `SampleResponseClosure` case.

# 8.0.0-beta.2
Expand Down

0 comments on commit 76eda86

Please sign in to comment.