From 84ee28b60f6aebdfe28f2a6a352991370fb5b81a Mon Sep 17 00:00:00 2001 From: Kernc Date: Sat, 22 Jun 2024 03:06:37 +0200 Subject: [PATCH] MNT: Update CHANGELOG for 0.11.0 --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c30ffb17..5ab91fa8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +0.11.0 (2024-06-22) +====== + - Handle import of distutils on Python 3.12 + - Discern properties from regular variables (#277) + - Prebuild Lunr.js search index if Node is available. + - Templates: Update CDN resource links + - Support MathJax inline $dollar-pattern$ + - Fix documenting classes that contain `unittest.mock.Mock` (#352) + - Strengthen signature detection for pybind-generated modules + - Bump pandoc integration to v3 + - Support Google Analytics 4 + - Fix deprecation warnings for PEP224 docstrings of class variables (#437) + - Skip `__editable__` paths during `iter_modules` (#408) + - Various bug fixes and tweaks + 0.10.0 (2021-08-03) ====== - Python 3.6+ required.