Skip to content

Commit c14803e

Browse files
committed
📝 Update release notes
1 parent cdba848 commit c14803e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
* Remove deprecated `skip_defaults`, use instead `exclude_unset`.
1919
* Set default of `exclude` from `set()` to `None` (as is in Pydantic).
2020
* PR [#1862](https://github.com/tiangolo/fastapi/pull/1862).
21+
* In `encoders.jsonable_encoder` remove parameter `sqlalchemy_safe`.
22+
* It was an early hack to allow returning SQLAlchemy models, but it was never documented, and the recommended way is using Pydantic's `orm_mode` as described in the tutorial: [SQL (Relational) Databases](https://fastapi.tiangolo.com/tutorial/sql-databases/).
23+
* PR [#1864](https://github.com/tiangolo/fastapi/pull/1864).
2124

2225
### Docs
2326

0 commit comments

Comments
 (0)