Added
* Add support for ASGI `pathsend` extension [2435](http://github.com/encode/starlette/pull/2435).
* Cancel `WebSocketTestSession` on close [2427](http://github.com/encode/starlette/pull/2427).
* Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` [2425](http://github.com/encode/starlette/pull/2425).
* Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid [2422](http://github.com/encode/starlette/pull/2422).
---
**Full Changelog**: https://github.com/encode/starlette/compare/0.35.1...0.36.0