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