* Fix `jsonable_encoder` for Pydantic models with `Config` but without `json_encoders`: <ahref="https://github.com/tiangolo/fastapi/pull/29"target="_blank">#29</a>.
## 0.2.0
* Fix typos in Security section: <ahref="https://github.com/tiangolo/fastapi/pull/24"target="_blank">#24</a> by <ahref="https://github.com/kkinder"target="_blank">@kkinder</a>