Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andyexeter committed Feb 22, 2024
1 parent b9449c4 commit 78f65e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v4.5.1 - 2024-02-22

* Added the ability to set [form (help) text](https://getbootstrap.com/docs/5.3/forms/form-control/#form-text) for form controls, e.g.:

```php
$form->add('email', EmailType::class, [
'help' => "We'll never share your email with anyone."
]);
```

## v4.5.0 - 2024-01-29

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

0 comments on commit 78f65e9

Please sign in to comment.