Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Nov 12, 2023
1 parent 0b244a3 commit 2b4140e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/ReleaseNotes.ipynb
Expand Up @@ -35,7 +35,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Fixed a bug that could cause random decisions to be deterministic (i.e. produce the same result every time) in third-party code importing book classes.\n",
"## Version 1.2.1 (released 2023-11-13)\n",
"\n",
"* Importing book classes from third-party code would accidentally set a fixed random seed, making all further random decisions deterministic (i.e. produce the same result every time). This is now fixed.\n",
"* Minor updates to Python package requirements."
]
},
Expand All @@ -45,8 +47,6 @@
"source": [
"## Version 1.2 (released 2023-10-23)\n",
"\n",
"Changes since 1.1:\n",
"\n",
"* For announcements, we now use Mastodon ([@TheFuzzingBook@mastodon.social](https://mastodon.social/@TheFuzzingBook)) instead of X. <a href=\"https://mastodon.social/invite/3CvrkW9t\">Follow us on Mastodon</a>!\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 use grammars to generate, parse, and evolve Python code.\n",
Expand Down

0 comments on commit 2b4140e

Please sign in to comment.