File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 2.11.0
6
+
7
+ ### Added
8
+
9
+ - Support for Miscellaneous Licenses (#744 )
10
+ - Structured Limit objects for rate limiting API (#733 )
11
+ - Support for getting star creation timestamps in activity/starring endpoint (#729 )
12
+
13
+ ### Fixed
14
+
15
+ - Added missing has_projects parameter to repo create (#752 )
16
+ - Proper type hinting for magic methods (#758 )
17
+ - Allow symlink to files to be downloaded (#751 )
18
+
19
+ ### Changed
20
+
21
+ - Fix of PHP version in readme (#747 )
22
+ - Fix documentation to get release for a tag (#755 )
23
+ - Declare all used properties in RateLimitResource class (#762 )
24
+ - Set correct property and return types (#764 )
25
+ - Fixed install docs broken after 2.0 release of httplug lib (#767 )
26
+
5
27
## 2.10.1
6
28
7
29
### Fixed
You can’t perform that action at this time.
0 commit comments