Skip to content

Commit 2699426

Browse files
committed
Update changelog
1 parent 2e7443e commit 2699426

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
#Changelog
22
All Notable changes to `trello-php` will be documented in this file
33

4+
## 0.3.4 - 2015-10-05
5+
6+
### Added
7+
- 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."
8+
- Improve thrown exception to check if response body is valid json.
9+
10+
### Deprecated
11+
- Nothing
12+
13+
### Fixed
14+
- Nothing
15+
16+
### Removed
17+
- Nothing
18+
19+
### Security
20+
- Nothing
21+
422
## 0.3.3 - 2015-09-22
523

624
### Added

0 commit comments

Comments
 (0)