Skip to content

Commit 4c90c91

Browse files
committed
add v0.7.22 changelog
1 parent 04640e0 commit 4c90c91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/users/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
This log documents all Python API or CLI breaking backwards incompatible changes.
44
Note that there is currently no guarantee for a stable Markdown formatting style across versions.
55

6+
## 0.7.22
7+
8+
- Performance
9+
- Improved import time and performance of CLI invocations that do not format Markdown.
10+
- Fixed
11+
- No longer mutate cached TOML options or `_conf.DEFAULT_OPTS`.
12+
This should avoid some hard to debug issues in plugins' tests.
13+
- Added
14+
- `cache_toml` keyword argument to `_cli.run` for disabling TOML caching.
15+
This is useful in tests written for plugins.
16+
617
## 0.7.21
718

819
- Fixed

0 commit comments

Comments
 (0)