Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Oct 15, 2023
1 parent 183d6f9 commit 2e74eb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion notebooks/ReleaseNotes.ipynb
Expand Up @@ -32,7 +32,11 @@
"\n",
"* We have a [new chapter on Fuzzing with Constraints](FuzzingWithConstraints.ipynb) in which we introduce the ISLa constraint language / fuzzer / parser.\n",
"* We have a [new chapter on Compiler Testing](PythonFuzzer.ipynb) in which we generate Python code.\n",
"* We now support Python 3.10. Using Python 3.9 should still work fine.\n",
"* Support status for recent Python versions:\n",
" * Python 3.12: experimental, as some external packages have not been updated\n",
" * Python 3.11: stable, supported\n",
" * Python 3.10: stable, supported\n",
" * Python 3.9: should still work fine\n",
"* We fixed several typos throughout the book, using the awesome [LTeX](https://github.com/valentjn/vscode-ltex) grammar/spell checker\n",
"* `ProbabilisticGrammarMiner` now properly handles empty expansions ([Issue #154](https://github.com/uds-se/fuzzingbook/pull/154)) - thanks to [Martin Eberlein](https://github.com/martineberlein)!\n",
"* The [chapter on Fuzzing](Fuzzer.ipynb) now has a more detailed computation of the probability of deleting your home directory. Thanks to [mhamami-abuomar](https://github.com/mhamami-abuomar)!\n",
Expand Down

0 comments on commit 2e74eb0

Please sign in to comment.