Skip to content

Commit 6543100

Browse files
update changelog
1 parent afcfacc commit 6543100

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21-
### New Contributors!
21+
### Added
22+
23+
- Created initial models for GitHub App integration:
24+
- `EventLog` to store webhook events
25+
- `Installation` to manage GitHub App installations and generate access tokens
26+
- `Repository` to interact with GitHub repositories and track issues
27+
- Created `AsyncWebhookView` to integrate `gidgethub` webhook handling with Django.
28+
- Created webhook event routing system using `gidgethub.routing.Router`.
29+
- Integrated `gidgethub.abc.GitHubAPI` client with `Installation` authentication.
30+
31+
### New Contributors
2232

2333
- Josh Thomas <josh@joshthomas.dev> (maintainer)
2434

0 commit comments

Comments
 (0)