From 24aa12becc6328e32a5462674d3009f6f3a59204 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Fri, 6 Sep 2024 11:17:41 +0200 Subject: [PATCH] add changelog entry --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index dfc6317..9b0b636 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 0.10.3 - Bugfixes + +- Don't use `asyncio.run` for async handling. Fixes [#93](https://github.com/smarie/mkdocs-gallery/issues/93). + ### 0.10.2 - Bugfixes - **SECURITY** removed insecure polyfill extra javascript from example. Fixes [#99](https://github.com/smarie/mkdocs-gallery/issues/99).