Skip to content

Commit d7f08a6

Browse files
author
Bram
authored
Add changelog for 1.19.0 (#447)
1 parent 6903cc5 commit d7f08a6

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# CHANGELOG
22

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

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

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

0 commit comments

Comments
 (0)