Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerentius committed Dec 2, 2023
1 parent 39cc31c commit d5ad083
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ Unreleased
- `generate_unique_with_symmetry` -> `generate_with_symmetry`
- `generate_unique_from` -> `generate_from`
- `generate_unique_with_symmetry_from` -> `generate_with_symmetry_from`
* Add `Sudoku::shuffled`.
* Add new APIs:
* `Sudoku::shuffled`
* two functions for generating sudokus with a user-chosen RNG:
* `generate_solved_with_rng`
* `generate_with_symmetry_and_rng_from`
*
* Improved errors for `Sudoku` methods.
Errors now implement `std::error::Error` and none of them return `Result<T, ()>` anymore.
Moved `parse_errors` module to `errors`.
Expand Down

0 comments on commit d5ad083

Please sign in to comment.