8000 Update release notes for pull request #397 · noellee/github3.py@1d9a212 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d9a212

Browse files
committed
Update release notes for pull request sigmavirus24#397
1 parent ad08da1 commit 1d9a212

File tree

Expand file tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

LATEST_VERSION_NOTES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,25 @@ Breaking Changes (since 1.0.0a1)
99
- When you download a release asset, instead of returning ``True`` or
1010
``False``, it will return the name of the file in which it saved the asset.
1111

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+
1218
Features Added (since 1.0.0a1)
1319
``````````````````````````````
1420

1521
- You can now download a file in a pull request to a file on disk.
1622

1723
- You can retrieve the contents of the file in a pull request as bytes.
1824

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+
1931

2032
1.0.0a1: 2014-12-07
2133
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0