Skip to content

Commit 71f9e1e

Browse files
committed
prep 9.0.0 changelog
1 parent 27929dd commit 71f9e1e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 9.0.0
2+
3+
**Breaking change:** In the Gist class, the old type of files was
4+
```dart
5+
List<GistFile>? files;
6+
```
7+
and the new type is
8+
```dart
9+
Map<String, GistFile>? files;
10+
```
11+
12+
**Breaking change:** In the GistFile class, the name property is now filename
13+
14+
* Fix getting gists by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/294
15+
16+
**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/8.5.0...9.0.0
17+
118
## 8.5.0
219

320
* Adds listing and creating PR Reviews, listing users in an org by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/287

0 commit comments

Comments
 (0)