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

Commit 25d9816

Browse files
committed
Adds CHANGELOG for #45
1 parent a451aaf commit 25d9816

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 3.0.1 - TBD
5+
## 3.0.1 - 2017-08-17
66

77
### Added
88

@@ -24,6 +24,12 @@ All notable changes to this project will be documented in this file, in reverse
2424
- `owner_id`: a valid user identifier (integer)
2525
- `owner_screen_name`: a valid user screen name (string)
2626

27+
- [#45](https://github.com/zendframework/ZendService_Twitter/pull/45) adds
28+
the ability to pass arrays of user identifiers OR screen names to each of the
29+
`usersLookup()` and `friendshipsLookup()` methods, giving them parity with the
30+
Twitter API. In each case, if you pass an array of values, the MUST be all
31+
user identifiers OR user screen names; you cannot mix the types.
32+
2733
### Changed
2834

2935
- Nothing.

0 commit comments

Comments
 (0)