Skip to content

Commit fe14f72

Browse files
Technologicatclaude
andcommitted
Add 2.0.1 changelog entry for --defines default fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aadddd2 commit fe14f72

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.0.1 (unreleased)
4+
5+
### Bug fixes
6+
7+
- Fix `--defines` being off by default due to an argparse quirk —
8+
`store_true` implicitly sets `default=False`, which won the shared
9+
dest over `--no-defines`' explicit `default=True`. Defines edges
10+
(dashed gray arrows) now appear by default as documented.
11+
12+
### Other
13+
14+
- Regenerate example graph image (pyan analyzing its own `modvis.py`).
15+
16+
317
## 2.0.0 (2026-02-19)
418

519
**Python 3.10–3.14.** This release drops support for Python < 3.10.

0 commit comments

Comments
 (0)