]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Nov 2023 11:32:24 +0000 (12:32 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Nov 2023 11:32:24 +0000 (12:32 +0100)
docs/release-notes.md

index 4278a65b07dc1f86f27d2ced5a6704e1057e6795..f94771c7dfb7047d4ff61c7b3af594f54ef3292a 100644 (file)
@@ -4,7 +4,7 @@
 
 ### Features
 
-* ✨ Upgrade SQLAlchemy to 2.0, including initial work by farahats9. PR [#700](https://github.com/tiangolo/sqlmodel/pull/700) by [@tiangolo](https://github.com/tiangolo).
+* ✨ Upgrade SQLAlchemy to 2.0. PR [#700](https://github.com/tiangolo/sqlmodel/pull/700) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#563](https://github.com/tiangolo/sqlmodel/pull/563) by [@farahats9](https://github.com/farahats9).
 
 ### Internal