Skip to content

Commit

Permalink
Correct Calls API in changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus committed Nov 19, 2018
1 parent a8f4630 commit d90b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -16,7 +16,7 @@ Version 2.5.0 *(2018-11-18)*
* New: Kotlin extension for `Retrofit` which allows you call `create` passing the interface type only as
a generic parameter (e.g., `retrofit.create<MyService>()`).
* New: Added `Response.success` overload which allows specifying a custom 2xx status code.
* New: Added `Call.failure` overload which allows passing any `Throwable` subtype.
* New: Added `Calls.failure` overload which allows passing any `Throwable` subtype.
* New: Minimal R8 rules now ship inside the jar requiring no client configuration in the common case.
* Fix: Do not propagate fatal errors to the callback. They are sent to the thread's uncaught
exception handler.
Expand Down

0 comments on commit d90b053

Please sign in to comment.