summaryrefslogtreecommitdiff
path: root/docs/change_log/release-3.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/change_log/release-3.0.md')
-rw-r--r--docs/change_log/release-3.0.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/change_log/release-3.0.md b/docs/change_log/release-3.0.md
index ab6b83e..74a734f 100644
--- a/docs/change_log/release-3.0.md
+++ b/docs/change_log/release-3.0.md
@@ -183,6 +183,15 @@ held within the `Markdown` class instance, access to the globals is no longer
necessary and any extensions which expect the keyword will raise a
`DeprecationWarning`. A future release will raise an error.
+### `markdown.version` and `markdown.version_info` deprecated
+
+Historically, version numbers where acquired via the attributes `markdown.version`
+and `markdown.version_info`. Moving forward, a more standardized approach is being
+followed and versions are acquired via the `markdown.__version__` and
+`markdown.__version_info__` attributes. The legacy attributes are still available
+to allow distinguishing versions between the legacy Markdown 2.0 series and the
+Markdown 3.0 series, but in the future the legacy attributes will be removed.
+
### Added new, more flexible `InlineProcessor` class
A new `InlineProcessor` class handles inline processing much better and allows