Skip to content

Commit

Permalink
small changelog examples
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 18, 2018
1 parent ee44a73 commit e2752d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

* added ability to post review comments [#142](https://github.com/softprops/hubcaps/pull/142)
* added interfaces for [notifications apis](https://developer.github.com/v3/activity/notifications/) [#146](https://github.com/softprops/hubcaps/pull/146)

```rust
github.repo("you", "repo")
.activity()
.notifications()
.list(&Default::default())
```

* added interfaces for [traffic apis](https://developer.github.com/v3/repos/traffic/) [#145](https://github.com/softprops/hubcaps/pull/145)

```rust
github.repo("you", "repo")
.traffic()
.clones(TimeUnit::Day)
```

# 0.4.9

* add the ability to delete a git ref (tag, branch ect)
Expand Down

0 comments on commit e2752d2

Please sign in to comment.