Skip to content

Commit

Permalink
Forgot about encode settings on path/query annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 7, 2014
1 parent bc2c3c5 commit 97febf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Version 1.7.0 *(In Development)*
header list.
* New: `@Part` and `@PartMap` now support specifying the `Content-Transfer-Encoding` of their respective
values.
* New: `@Path`, `@Query`, and `@QueryMap` now have options for enabling or disabling URL encoding on
names (where appropriate) and values.
* `@Header` now accepts all object types, invoking `String.valueOf` when neccesary.
* Attempting to use a `@Path` replacement block (`{name}`) in a query parameter now suggested `@Query` in
the exception message.
Expand Down

0 comments on commit 97febf2

Please sign in to comment.