You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New method `Redmine\Client\AbstractApi::retrieveData()` to retrieve as many elements as you want as array (even if the total number of elements is greater than 100).
17
15
- New exception `Redmine\Client\SerializerException` for JSON/XML serializer related exceptions
18
16
17
+
### Fixed
18
+
19
+
- Allow unassign user from an issue
20
+
19
21
### Deprecated
20
22
21
23
-`Redmine\Api\AbstractApi::retrieveAll()` is deprecated, use `Redmine\Api\AbstractApi::retrieveData()` instead
0 commit comments