Skip to content

Commit 517a8d2

Browse files
authored
Added changelog (#100)
1 parent 88aa521 commit 517a8d2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7-
### 1.4.0
7+
## 1.5.0
8+
9+
### Added
10+
11+
- Support for `nikic/php-parser:^4`
12+
- Support for `array_*` callback in `SourceLocation::createHere`
13+
- Support for global 'translation_domain' in forms
14+
- Support for `@Ignore` annotation in $builder->add to prevent implicit label
15+
16+
### Changes
17+
18+
- Make sure we do not extract implicit labels form HiddenType
19+
20+
### Fixed
21+
22+
- Added missing `sprintf` in `ValidationAnnotaion`
23+
- Do not generate an error on "placeholder=>false"
24+
25+
## 1.4.0
826

927
### Added
1028

0 commit comments

Comments
 (0)