Added
* Support [lifespan state](https://www.starlette.io/lifespan/) [#2060](https://github.com/encode/starlette/pull/2060), [#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).
Changed
* Change `url_for` signature to return a `URL` instance [1385](https://github.com/encode/starlette/pull/1385).
Fixed
* Allow "name" argument on `url_for()` and `url_path_for()` [2050](https://github.com/encode/starlette/pull/2050).
Deprecated
* Deprecate `on_startup` and `on_shutdown` events [2070](https://github.com/encode/starlette/pull/2070).
**Full Changelog**: https://github.com/encode/starlette/compare/0.25.0...0.26.0