Skip to content

Commit

Permalink
Prepare version 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 1, 2014
1 parent 91f3f19 commit 18e1dd8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
==========

Version 1.4.0 *(2014-01-31)*
----------------------------

* New: `@Query` and `@EncodedQuery` now accept `List` or arrays for multiple values.
* New: `@QueryMap` and `@EncodedQueryMap` accept a `Map` of key/value pairs for query parameters.
* New: `@Field` now accepts `List` or arrays for multiple values.
* New: `@FieldMap` accepts a `Map` of name/value pairs for form URL-encoded request bodies.
* New: `Endpoint` replaces `Server` as the representation of the remote API root. The `Endpoints`
utility class contains factories methods for creating instances. `Server` and `ChangeableServer`
are now deprecated.
* `SimpleXmlConverter` now has a default constructor.
* `Response` now includes the URL.
* Fix: Hide references to optional classes to prevent over-eager class verifiers from
complaining (e.g., Dalvik).
* Fix: Properly detect and reject interfaces which extend from other interfaces.


Version 1.3.0 *(2013-11-25)*
----------------------------

Expand Down

0 comments on commit 18e1dd8

Please sign in to comment.