From 394a8ea3a831b043cdd7bf9069cbea18e09f20b5 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Thu, 17 Oct 2024 10:14:39 -0600 Subject: [PATCH] Update changelog --- docs/src/markdown/about/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/markdown/about/changelog.md b/docs/src/markdown/about/changelog.md index 016dc4601..f169c6c7d 100644 --- a/docs/src/markdown/about/changelog.md +++ b/docs/src/markdown/about/changelog.md @@ -3,8 +3,8 @@ ## 10.12 - **NEW**: Blocks: Blocks extensions no longer considered in beta. -- **NEW**: Details: Details is marked as "legacy" in documentation in favor of the new "blocks" approach. -- **NEW**: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new "blocks" approach. +- **NEW**: Details: Details is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.details` approach. +- **NEW**: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new `pymdownx.blocks.tab` approach. - **NEW**: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions. - **NEW**: Emoji: Add a new `strict` option that will raise an exception if an emoji is used whose name has changed, removed, or never existed.