mirror of https://github.com/tiangolo/fastapi.git
📝 Update release notes
This commit is contained in:
parent
6bd4f53531
commit
8a198fc1ed
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.99.1
|
||||
|
||||
### Fixes
|
||||
|
||||
* 🐛 Fix JSON Schema accepting bools as valid JSON Schemas, e.g. `additionalProperties: false`. PR [#9781](https://github.com/tiangolo/fastapi/pull/9781) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
### Docs
|
||||
|
||||
* 📝 Update source examples to use new JSON Schema examples field. PR [#9776](https://github.com/tiangolo/fastapi/pull/9776) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
## 0.99.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue