Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Oct 5, 2015
1 parent 2e7443e commit 2699426
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
#Changelog
All Notable changes to `trello-php` will be documented in this file

## 0.3.4 - 2015-10-05

### Added
- Add parameters to all Http methods. "Despite using POST and PUT, the Trello API actually expects the values to be in the query string rather than in the request body."
- Improve thrown exception to check if response body is valid json.

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## 0.3.3 - 2015-09-22

### Added
Expand Down

0 comments on commit 2699426

Please sign in to comment.