File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,25 @@ Breaking Changes (since 1.0.0a1)
9
9
- When you download a release asset, instead of returning ``True `` or
10
10
``False ``, it will return the name of the file in which it saved the asset.
11
11
12
+ - The ``download `` method on ``github3.pulls.PullFile `` instances has been
13
+ removed.
14
+
15
+ - The ``contents `` method on ``github3.pulls.PullFile `` instances now return
16
+ instances of ``github3.repos.contents.Contents ``.
17
+
12
18
Features Added (since 1.0.0a1)
13
19
``````````````````````````````
14
20
15
21
- You can now download a file in a pull request to a file on disk.
16
22
17
23
- You can retrieve the contents of the file in a pull request as bytes.
18
24
25
+ Bugs Fixed (since 1.0.0a1)
26
+ ``````````````````````````
27
+
28
+ - Pull request files can now be downloaded even when the repository is
29
+ private.
30
+
19
31
20
32
1.0.0a1: 2014-12-07
21
33
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments