Skip to content

Commit

Permalink
docs: add breaking changes note
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) authored and arekkas committed May 3, 2017
1 parent 8cc3ac8 commit 7d726e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This is a list of breaking changes. As long as `1.0.0` is not released, breaking changes will be addressed as minor version
bumps (`0.1.0` -> `0.2.0`).

## 0.7.0

Breaking changes

* Replaced `"golang.org/x/net/context"` with `"context"`.

## 0.6.0

A bug related to refresh tokens was found. To mitigate it, a `Clone()` method has been introduced to the `fosite.Session` interface.
Expand Down

0 comments on commit 7d726e1

Please sign in to comment.