Browse Source

Fixed version log

pull/403/head v8.15.0
Adrian Cole 9 years ago
parent
commit
4d4e296cec
  1. 4
      CHANGELOG.md

4
CHANGELOG.md

@ -1,9 +1,7 @@
### Version 8.16 ### Version 8.15
* Adds `@QueryMap` annotation to support dynamic query parameters * Adds `@QueryMap` annotation to support dynamic query parameters
* Supports runtime injection of `Param.Expander` via `MethodMetadata.indexToExpander` * Supports runtime injection of `Param.Expander` via `MethodMetadata.indexToExpander`
* Adds fallback support for HystrixCommand, Observable, and Single results * Adds fallback support for HystrixCommand, Observable, and Single results
### Version 8.15
* Supports PUT without a body parameter * Supports PUT without a body parameter
* Supports substitutions in `@Headers` like in `@Body`. (#326) * Supports substitutions in `@Headers` like in `@Body`. (#326)
* **Note:** You might need to URL-encode literal values of `{` or `%` in your existing code. * **Note:** You might need to URL-encode literal values of `{` or `%` in your existing code.

Loading…
Cancel
Save