- Options to set `access-control-allow-headers` and `access-control-allow-methods`. Thanks, [Thorben Westerhuys](https://github.com/n0rdlicht). [#7](https://github.com/simonw/asgi-cors/pull/7)
- `callback` can now also be an `async def` function. Thanks, [Jordan Eremieff](https://github.com/jordaneremieff). [#4](https://github.com/simonw/asgi-cors/issues/4)
- Option to set `access-control-max-age` header. [12](https://github.com/simonw/asgi-cors/issues/12)