]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 29 Oct 2023 07:25:17 +0000 (07:25 +0000)
committergithub-actions <github-actions@github.com>
Sun, 29 Oct 2023 07:25:17 +0000 (07:25 +0000)
docs/release-notes.md

index 9e5a8769694a7efbbdac50fa7809f583967cea08..f01af6ca325f279a8a423b40223c382593eb6834 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🎨 Update inline source examples, hide `#` in annotations (from MkDocs Material). PR [#677](https://github.com/tiangolo/sqlmodel/pull/677) by [@Matthieu-LAURENT39](https://github.com/Matthieu-LAURENT39).
 * ✨ 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