From 2b0dfb50c81247e3e149765abdb92635aef35d17 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 Nov 2023 22:12:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 179bc34..aef3b8a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,10 @@ * ⬆️ Add support for Python 3.11 and Python 3.12. PR [#710](https://github.com/tiangolo/sqlmodel/pull/710) by [@tiangolo](https://github.com/tiangolo). +### Internal + +* 📝 Update details syntax with new pymdown extensions format. PR [#713](https://github.com/tiangolo/sqlmodel/pull/713) by [@tiangolo](https://github.com/tiangolo). + ## 0.0.12 ### Features