mirror of https://github.com/tiangolo/fastapi.git
📝 Update Release Notes
This commit is contained in:
parent
596243f4a5
commit
ef7b6e8eaf
|
|
@ -1,5 +1,7 @@
|
|||
## Next release
|
||||
|
||||
* Add documentation about handling <a href="https://fastapi.tiangolo.com/tutorial/cors/" target="_blank">CORS (Cross-Origin Resource Sharing)</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/169" target="_blank">#169</a>.
|
||||
|
||||
* By default, encode by alias. This allows using Pydantic `alias` parameters working by default. PR <a href="https://github.com/tiangolo/fastapi/pull/168" target="_blank">#168</a>.
|
||||
|
||||
## 0.16.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue