fastapi/docs/release-notes.md
Sebastián Ramírez 8772e2f2ee
Add HTTPException with custom headers (#35)
* 📝 Update Release Notes with issue templates

*  Add HTTPException with support for headers

Including docs and tests

* 📝 Update Security docs to use new HTTPException
2019-02-16 17:01:29 +04:00

2.3 KiB

Next

0.4.0

0.3.0

0.2.1

  • Fix jsonable_encoder for Pydantic models with Config but without json_encoders: #29

0.2.0

  • Fix typos in Security section: #24 by @kkinder

  • Add support for Pydantic custom JSON encoders: #21 by @euri10

0.1.19

  • Upgrade Starlette version to the current latest 0.10.1: #17 by @euri10