Skip to content

Commit 6a932fd

Browse files
committed
Release v2.2 🎉
1 parent 09a119c commit 6a932fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.2
2+
3+
The main feature of `2.2` is the switch to **using a DAG to generate operation order**. This mostly replaces line-number ordering (still used to tie-break) and means hacks such as `state.preserve_loop_order` are no longer required!
4+
5+
The second highlight feature is the inclusion of **type stub files for operations** that include all of the global arguments. Thank you to @StefanBRas for implementing this.
6+
7+
Other changes:
8+
9+
+ Use home directory fact for default in `server.user` operation (@yunzheng)
10+
+ Fix matching `replace` as a whole line in `files.line` operation
11+
+ Fix bug in `mysql.privileges` invalid argument requesting `MysqlUserGrants` fact
12+
13+
114
# v2.1
215

316
First `2.x` point release! Major feature: **nested operations** (at last!).
@@ -36,6 +49,7 @@ Internal changes:
3649
+ Fix license link (@Lab-Brat)
3750
+ Run `black` and `isort` across the codebase, now part of CI
3851

52+
3953
# v2.0.2
4054

4155
+ Fix for `config.SUDO`/etc handling for operation argument defaults

0 commit comments

Comments
 (0)