Skip to content

Commit

Permalink
Fix: Update CHANGELOG.md (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 14, 2023
1 parent 22da7f1 commit f85772a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
# CHANGELOG

## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.20.0...main)
## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.22.0...main)

## [2023-05-14, v1.22.0](https://github.com/FakerPHP/Faker/compare/v1.21.0..v1.22.0)

- Fixed `randomElements()` to accept empty iterator (#605)
- Added support for passing an `Enum` to `randomElement()` and `randomElements()` (#620)
- Started rejecting invalid arguments passed to `randomElement()` and `randomElements()` (#642)

## [2022-12-13, v1.21.0](https://github.com/FakerPHP/Faker/compare/v1.20.0..v1.21.0)

Expand Down

0 comments on commit f85772a

Please sign in to comment.