From: github-actions Date: Sat, 28 Oct 2023 13:55:56 +0000 (+0000) Subject: ๐Ÿ“ Update release notes X-Git-Tag: 0.0.11~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6457775a0f6994cdaf48ecaf286bb16d4bd44840;p=thirdparty%2Ffastapi%2Fsqlmodel.git ๐Ÿ“ Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 61cd9f66..9e5a8769 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest Changes +* รขยœยจ Do not allow invalid combinations of field parameters for columns and relationships, `sa_column` excludes `sa_column_args`, `primary_key`, `nullable`, etc.. PR [#681](https://github.com/tiangolo/sqlmodel/pull/681) by [@tiangolo](https://github.com/tiangolo). ## 0.0.10 ### Features