1
1
.. vim: set tw=100
2
2
3
- 1.0.0a2: 2015-02-01
3
+ 1.0.0a2: 2015-07-14
4
4
~~~~~~~~~~~~~~~~~~~
5
5
6
6
Breaking Changes (since 1.0.0a1)
@@ -15,19 +15,42 @@ Breaking Changes (since 1.0.0a1)
15
15
- The ``contents `` method on ``github3.pulls.PullFile `` instances now return
16
16
instances of ``github3.repos.contents.Contents ``.
17
17
18
+ - Replace ``Repository#comments_on_commit `` with ``RepoCommit#comments ``.
19
+
18
20
Features Added (since 1.0.0a1)
19
21
``````````````````````````````
20
22
21
23
- You can now download a file in a pull request to a file on disk.
22
24
23
25
- You can retrieve the contents of the file in a pull request as bytes.
24
26
27
+ - Add ``id `` attribute to ``github3.repos.milestone.Milestone ``.
28
+
29
+ - Add support for sort, direction, and since parameters to the ``comments ``
30
+ method on ``github3.issues.Issue ``.
31
+
32
+ - Add branch argument to update and delete methods on
33
+ ``github3.repos.contents.Contents ``.
34
+
35
+ - Add ``permissions `` attribute to ``github3.repos.repo.Repository `` object to
36
+ retrieve the permissions for a specific repository.
37
+
38
+ - Allow a deployment to be retrieved by its id.
39
+
40
+ - Add the ``delete `` method to the ``github3.repos.release.Asset `` class.
41
+
25
42
Bugs Fixed (since 1.0.0a1)
26
43
``````````````````````````
27
44
28
45
- Pull request files can now be downloaded even when the repository is
29
46
private.
30
47
48
+ - Fix exception when merging a pull request with an empty commit message.
49
+
50
+ - Add missing Issue events.
51
+
52
+ - Coerce review comment positions to integers.
53
+
31
54
32
55
1.0.0a1: 2014-12-07
33
56
~~~~~~~~~~~~~~~~~~~
@@ -101,7 +124,7 @@ Old name New name
101
124
``Repository#iter_code_frequency `` ``Repository#code_frequency ``
102
125
``Repository#iter_collaborators `` ``Repository#collaborators ``
103
126
``Repository#iter_comments `` ``Repository#comments ``
104
- ``Repository#iter_comments_on_commit `` ``Repository#comments_on_commit ``
127
+ ``Repository#iter_comments_on_commit `` ``RepoCommit#comments ``
105
128
``Repository#iter_commit_activity `` ``Repository#commit_activity ``
106
129
``Repository#iter_commits `` ``Repository#commits ``
107
130
``Repository#iter_contributor_statistics `` ``Repository#contributor_statistics ``
0 commit comments