From 05d0962451e9d84afd9a282945082d2cf6892fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 3 Jan 2025 11:12:03 +0100 Subject: [PATCH] DOC: add missing changelog sections for releases 7.1.1 and 7.1.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1ebdf..4702d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to - BLD: migrate build backend to `flit-core` +## [7.1.2] - 2024-05-17 + +BUG: add support for inspecting built-in modules + +## [7.1.1] - 2023-09-08 + +- BLD: drop support for Python 3.8 and 3.9 +- BUG: error out if `--lines` is passed but `--source` is not + ## [7.1.0] - 2023-02-12 - ENH: import dependencies lazily to minimize startup time on individual queries [PR #176](https://github.com/neutrinoceros/wxc/pull/176)