We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04640e0 commit 4c90c91Copy full SHA for 4c90c91
docs/users/changelog.md
@@ -3,6 +3,17 @@
3
This log documents all Python API or CLI breaking backwards incompatible changes.
4
Note that there is currently no guarantee for a stable Markdown formatting style across versions.
5
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
17
## 0.7.21
18
19
- Fixed
0 commit comments