Skip to content

Commit

Permalink
Add note about imports, bump release from minor to major.
Browse files Browse the repository at this point in the history
Close #309
  • Loading branch information
tpazderka authored and lwm committed Mar 28, 2017
1 parent 5dd6fce commit ac54f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ The format is based on the [KeepAChangeLog] project.

[KeepAChangeLog]: http://keepachangelog.com/

## 0.9.6.0 [UNRELEASED]
## 0.10.0.0 [UNRELEASED]

### Changed
- [#291]: Testing more relevant Python versions.
- [#296]: `parse_qs` import from `future.backports` to `future.moves`.
- [#188]: Added `future` dependency, updated dependecies
- [#305]: Some import were removed from `oic.oauth2` and `oic.oic.provider`, please import them from respective modules (`oic.oath2.message` and `oic.exception`).

### Removed
- [#294]: Generating code indices in documentation.
Expand All @@ -23,6 +24,7 @@ The format is based on the [KeepAChangeLog] project.
[#295]: https://github.com/OpenIDC/pyoidc/pull/295
[#296]: https://github.com/OpenIDC/pyoidc/pull/296
[#188]: https://github.com/OpenIDC/pyoidc/issues/188
[#305]: https://github.com/OpenIDC/pyoidc/pull/305

## 0.9.5.0 [2017-03-22]

Expand Down

0 comments on commit ac54f7e

Please sign in to comment.