Skip to content

Commit 78f65e9

Browse files
committedFeb 22, 2024
Update changelog
1 parent b9449c4 commit 78f65e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v4.5.1 - 2024-02-22
6+
7+
* Added the ability to set [form (help) text](https://getbootstrap.com/docs/5.3/forms/form-control/#form-text) for form controls, e.g.:
8+
9+
```php
10+
$form->add('email', EmailType::class, [
11+
'help' => "We'll never share your email with anyone."
12+
]);
13+
```
14+
515
## v4.5.0 - 2024-01-29
616

717
* Bug fix: Fixed data binding not working for collection types ([#13](https://github.com/palmtreephp/form/issues/13))

0 commit comments

Comments
 (0)