We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f951f6e commit 1cb92cfCopy full SHA for 1cb92cf
CHANGELOG.md
@@ -2,14 +2,16 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [0.7.0] / [unreleased]
+## [0.7.0] / 2015-09-08
6
7
### Added:
8
- Implemented webhooks endpoints.
9
- Toggle spam on a changeset comment. (issue #2)
10
+ - Support for OAuth2. (issue #34)
11
12
### Changed:
13
- Marked Repositories/Services as deprecated in favor of Repositories/Hooks. (issue #29)
14
+ - [DOCS] Added example on how to use this library in combination with a 3rd party OAuth1 client in a 3-legged flow.
15
16
### Fixed:
17
- `forking_policy` parameter renamed to `fork_policy` on repository endpoint. (issue #32)
0 commit comments