Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 86dfeb6

Browse files
committed
Adds CHANGELOG for #53
1 parent 944bf68 commit 86dfeb6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- [#51](https://github.com/zendframework/ZendService_Twitter/pull/51) fixes
26-
submission of direct messages to the Twitter API. Payloads for DMs have been
27-
broken since the 3.0.0 release.
25+
- [#53](https://github.com/zendframework/ZendService_Twitter/pull/53) fixes
26+
issues in the majority of POST endpoints. Due to a mis-read of the Twitter API
27+
documentation, we were sending JSON payloads, when only a small subset of such
28+
endpoints actually can accept JSON. In particular, `statuses/update` was
29+
affected. The patch in this releases fixes all such endpoints.
2830

2931
- [#52](https://github.com/zendframework/ZendService_Twitter/pull/52) fixes
3032
the `search/tweets` logic concerning geocode parameter validation, ensuring it
3133
no longer raises an exception for a valid geocode parameter.
3234

35+
- [#51](https://github.com/zendframework/ZendService_Twitter/pull/51) fixes
36+
submission of direct messages to the Twitter API. Payloads for DMs have been
37+
broken since the 3.0.0 release.
38+
3339
## 3.0.1 - 2017-08-17
3440

3541
### Added

0 commit comments

Comments
 (0)