Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Aug 16, 2016
1 parent 925fa8e commit d45367d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Change Log


## UNRELEASED

### Fixed

- decoder, redirect and retry plugins can now be used and no longer trigger an error because of incorrect constructor arguments.
## 1.3.0 - 2016-08-16

### Added

- You can now also configure client specific plugins in the `plugins` option of a client.
Some plugins that you previously had to define in your own services can now be configured on the client.
- Some plugins that you previously had to define in your own services can now be configured on the client.
- Support for BatchClient
- The stopwatch plugin in included by default when using profiling.
- The stopwatch plugin included by default when using profiling.

### Changed

Expand All @@ -24,6 +20,10 @@
- `auto` value in `toolbar.enabled` config
- `toolbar` config, use `profiling` instead

### Fixed

- Decoder, Redirect and Retry plugins can now be used and no longer trigger an error because of incorrect constructor arguments.


## 1.2.2 - 2016-07-19

Expand Down

0 comments on commit d45367d

Please sign in to comment.