From a9f4d3e102aaecc989925c46c1da78c1e0a0cc23 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Mon, 16 Feb 2026 15:19:52 +0800 Subject: [PATCH] docs: Update changelog for version 3.0 Co-authored-by: MiniMax-M2.5 Co-authored-by: opencode --- docs/changelog.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c529bc..09e691d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,35 @@ Change Log Change log here. +Version 3.x +=========== + +.. version:: 3.0 + :break: + + - Render ability improvements. The ability to render data is now provided by + `sphinxnotes-render`__ (:issue:`30`) + + - **BREAKING**: The ``any_schemas`` confval is replcated by :confval:`any_object_types`, + and we use a new DSL for descibing a field (tbd: link to dsl) + - **BREAKING**: The ``sphinxnotes.any.api`` package is removed + - Add object embedding support (:issue:`28`) + - External header now works for definition list, field list now, (:issue:`52`) + - Support datetime type in field + - Add ToC entry for object descriptions (:pull:`57`) + + - Index improvements: + + - Add multiple indices support (:pull:`40`) + - Support index by path (:pull:`42`) + - Support index by datetime (:issue:`33`, issue:`35`) + + - Support dumping domain data, see also :confval:`any_domain_dump` (:pull:`50`) + + .. seealso:: The 3.0 tracking issue: :issue:`15` + + __ https://sphinx.silverrainz.me/render/ + Version 2.x ===========