File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. vim: set tw=100
2
2
3
- 1.0.0a3: 201z-xx-yy
3
+ 1.0.0a3: 2016-02-11
4
4
~~~~~~~~~~~~~~~~~~~
5
5
6
6
Breaking Changes (since 1.0.0a2)
@@ -67,6 +67,11 @@ Features Added (since 1.0.0a2)
67
67
- Add ``GistFile#content `` to retrieve the contents of a file in a gist from
68
68
the API.
69
69
70
+ - Add support for the alpha `bulk issue import API `_
71
+
72
+ .. _bulk issue import API :
73
+ https://gist.github.com/jonmagic/5282384165e0f86ef105
74
+
70
75
Bugs Fixed (since 1.0.0a2)
71
76
``````````````````````````
72
77
@@ -75,7 +80,14 @@ Bugs Fixed (since 1.0.0a2)
75
80
76
81
- Fix AttributeError when ``IssueEvent `` has assignee.
77
82
78
- - Correctly set the ``message `` attribute on ``RepoCommit `` instances
83
+ - Correctly set the ``message `` attribute on ``RepoCommit `` instances.
84
+
85
+ - Include ``browser_download_url `` on ``Asset `` instances.
86
+
87
+ - (Packaging related) Fix ``setup.py `` to use proper values for certain
88
+ parameters.
89
+
90
+ - Fix ``ValueError `` for ``Repository#create_file ``.
79
91
80
92
1.0.0a2: 2015-07-14
81
93
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments