diff --git a/CHANGES.md b/CHANGES.md index 7f57b4ce..cccc683f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,14 +1,14 @@ +### Version 4.1/3.2 +* update to dagger 1.1 +* Add wikipedia search example +* Allow `@Path` on types in feign-jaxrs + ### Version 4.0 * Support RxJava-style Observers. * Return type can be `Observable` for an async equiv of `Iterable`. * `Observer` replaces `IncrementalCallback` and is passed to `Observable.subscribe()`. * On `Subscription.unsubscribe()`, `Observer.onNext()` will stop being called. -### Version 3.2 -* update to dagger 1.1 -* Add wikipedia search example -* Allow `@Path` on types in feign-jaxrs - ### Version 3.1 * Log when an http request is retried or a response fails due to an IOException.