Skip to content

Commit f40fbb5

Browse files
Update changelog for release
1 parent 744e72b commit f40fbb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ SPDX-License-Identifier: CC-BY-4.0
99
Please also check the [GitHub Releases Page](https://github.com/se2p/pynguin/releases)
1010
for the source-code artifacts of each version.
1111

12+
## Pynguin 0.9.2
13+
14+
- Add explicit code-execution prevention (thanks to @Wooza).
15+
16+
Pynguin now requires you to set the `PYNGUIN_DANGER_AWARE` environment
17+
variable before it actually does test generation. This was added due to the
18+
fact that Pynguin executes the module under test, including its dependencies,
19+
which could potentially cause harm on the user's system. By requiring the
20+
variable to be set explicitly, a user confirms that they are aware of this
21+
issue. Inside the Docker container, the variable is set automatically; we
22+
highly recommend this way of executing Pynguin!
23+
1224
## Pynguin 0.9.1
1325

1426
- Fix spelling errors in README

0 commit comments

Comments
 (0)