]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes, add second author to PR (#429)
authorBen Rapaport <89947784+br-follow@users.noreply.github.com>
Sun, 22 Oct 2023 12:26:37 +0000 (08:26 -0400)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 12:26:37 +0000 (12:26 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/release-notes.md

index 6b8e3ffbafe6d72e1593acc3d9b67aac51b77509..b6ee0be6912e38dfad729a3cd555ee8267af7414 100644 (file)
@@ -40,7 +40,7 @@
 
 ### Fixes
 
-* 🐛 Fix auto detecting and setting `nullable`, allowing overrides in field. PR [#423](https://github.com/tiangolo/sqlmodel/pull/423) by [@JonasKs](https://github.com/JonasKs).
+* 🐛 Fix auto detecting and setting `nullable`, allowing overrides in field. PR [#423](https://github.com/tiangolo/sqlmodel/pull/423) by [@JonasKs](https://github.com/JonasKs) and [@br-follow](https://github.com/br-follow).
 * ♻️ Update `expresion.py`, sync from Jinja2 template, implement `inherit_cache` to solve errors like: `SAWarning: Class SelectOfScalar will not make use of SQL compilation caching`. PR [#422](https://github.com/tiangolo/sqlmodel/pull/422) by [@tiangolo](https://github.com/tiangolo).
 
 ### Docs