Skip to content

Commit e92d763

Browse files
committed
docs: fix comment about windows support and add unreleased changelog
1 parent 4b61167 commit e92d763

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
Changelog
22
---------
33

4+
Unreleased
5+
~~~~~~~~~~
6+
7+
* Add `# pragma: no mutate block` and `# pragma: no mutate start/end` comments
8+
* Add `do_not_mutate_patterns` to disable mutations with a regex
9+
* Add `only_mutate` config to select which files get mutated
10+
* Also mutate methods decorated with (only) `@staticmethod` or `@classmethod`
11+
* Add `use_setproctitle` option to disable process renaming (automatically disabled on MacOS)
12+
* Add (unstable) `timeout_multiplier` and `timeout_constant` options
13+
* Rename `paths_to_mutate` to `source_paths`
14+
* Change `max_stack_depth` to only consider functions inside `source_paths`
15+
* Fix mutation for enum class methods
16+
* Fix mutate_only_covered_lines when project uses custom coverage.py config
17+
* Fix execution when running mutmut via `python -m mutmut run`
18+
* Fix mutation of `class _SomePrivateClass` class methods
19+
* Fix mutation of default args
20+
* Warn when mutmut cannot match mutants with the collected stats
21+
422
3.5.0
523
~~~~~
624

725
* Filter mutants based on type annotations. This feature needs to be turned on with the `type_check_command` config.
826

9-
* Support running on Windows
27+
* Show error message when running on Windows
1028

1129
* Save mutation stats for use with CI/CD pipeline (#460)
1230

0 commit comments

Comments
 (0)