Skip to content

Commit

Permalink
Merge pull request square#2210 from JayNewstrom/changelog-typo
Browse files Browse the repository at this point in the history
Fix typo in CHANGELOG
  • Loading branch information
JakeWharton authored Feb 21, 2017
2 parents 1cc726f + cf866d1 commit 2aac890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version 2.2.0 *(2017-02-21)*
* New: The Moshi converter factory now offers methods for enabling null serialization and lenient
parsing.
* New: Add `createAsync()` to RxJava 1.x call adapter factory which executes requests using
`Call.enqueue()` using the underlying HTTP client's asynchrouns support.
`Call.enqueue()` using the underlying HTTP client's asynchronous support.
* New: `NetworkBehavior` now allows setting an error percentage and returns HTTP errors when triggered.
* `HttpException` has been moved into the main artifact and should be used instead of the versions
embedded in each adapter (which have been deprecated).
Expand Down

0 comments on commit 2aac890

Please sign in to comment.