Skip to content

Commit

Permalink
Add changelog for 1.19.0 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram committed Feb 2, 2022
1 parent 6903cc5 commit d7f08a6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,19 @@
# CHANGELOG

## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.18.0..main)
- Fixed usage of `Doctrine\Persistence` dependency
- Added conflict with `doctrine/persistence` below version `1.4`
## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.19.0...main)

## [2022-02-02, v1.19.0](https://github.com/FakerPHP/Faker/compare/v1.18.0..v1.19.0)

- Added color extension to core (#442)
- Added conflict with `doctrine/persistence` below version `1.4`
- Fix for support on different Doctrine ORM versions (#414)
- Fix usage of `Doctrine\Persistence` dependency
- Fix CZ Person birthNumber docblock return type (#437)
- Fix is_IS Person docbock types (#439)
- Fix is_IS Address docbock type (#438)
- Fix regexify escape backslash in character class (#434)
- Removed UUID from Generator to be able to extend it (#441)
-
## [2022-01-23, v1.18.0](https://github.com/FakerPHP/Faker/compare/v1.17.0..v1.18.0)

- Deprecated UUID, use uuid3 to specify version (#427)
Expand Down

0 comments on commit d7f08a6

Please sign in to comment.