Skip to content

Commit

Permalink
prep 9.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Jan 9, 2022
1 parent 27929dd commit 71f9e1e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 9.0.0

**Breaking change:** In the Gist class, the old type of files was
```dart
List<GistFile>? files;
```
and the new type is
```dart
Map<String, GistFile>? files;
```

**Breaking change:** In the GistFile class, the name property is now filename

* Fix getting gists by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/294

**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/8.5.0...9.0.0

## 8.5.0

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

0 comments on commit 71f9e1e

Please sign in to comment.