Skip to content

Commit

Permalink
Prepare for 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed May 16, 2020
1 parent 7a3760b commit e2b4b58
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Release Notes
## 0.9.1

* Refactor lifespan class to be more consistent with other cycle classes and to be more compliant with ASGI spec

* Bugfix lifespan startup behaviour, allow lifespan cycle to be used as a context manager in the adapter [107](https://github.com/erm/mangum/issues/107).

* Deprecate `enable_lifespan` parameter to be replaced by new `lifespan` option

* Include CHANGELOG in repo and release notes in documentation [110](https://github.com/erm/mangum/issues/110)

* Update protocol classes generally with docstrings/comments/better state transitions/more compliant with ASGI spec.

* Overhaul documentation structure and content.

## 0.9.0

Expand Down
14 changes: 14 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 0.9.1

* Refactor lifespan class to be more consistent with other cycle classes and to be more compliant with ASGI spec

* Bugfix lifespan startup behaviour, allow lifespan cycle to be used as a context manager in the adapter [107](https://github.com/erm/mangum/issues/107).

* Deprecate `enable_lifespan` parameter to be replaced by new `lifespan` option

* Include CHANGELOG in repo and release notes in documentation [110](https://github.com/erm/mangum/issues/110)

* Update protocol classes generally with docstrings/comments/better state transitions/more compliant with ASGI spec.

* Overhaul documentation structure and content.

## 0.9.0

* Improve documentation [#48](https://github.com/erm/mangum/issues/48)
Expand Down

0 comments on commit e2b4b58

Please sign in to comment.