From e4dc9495a301c4c4171fb5e28a8456da71830dc7 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Sat, 3 Jul 2021 23:08:41 -0500 Subject: [PATCH] 1.0.0-beta.8 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a01dd..f28a780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ > **Warning:** This library is a work in progress, and is not ready for production use. Breaking changes may happen at any time. -## 1.0.0-beta.7 +## 1.0.0-beta.8 -#### Breaking changes +- Adds previous turn argument to `scramble` and `generateScramble` to allow for continuous scrambling. + +## 1.0.0-beta.7 -- CLI no longer uses special puzzle names to define constructor options. An explicit `options` parameter must now be provided to use non-default values. +- **BREAKING:** CLI no longer uses special puzzle names to define constructor options. An explicit `options` parameter must now be provided to use non-default values. ## 1.0.0-beta.1