Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
### New

* Add `Collective\Html\HtmlBuilder::tag()` helper. ([@paulvl](https://github.com/paulvl))

### Fixed

* `Collective\Html\HtmlBuilder::textarea()` should return `Illuminate\Support\HtmlString`.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 16, 2016
1 parent 49a5a45 commit 5f77337
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

This changelog references the relevant changes (bug and security fixes) done to `html`.

## 5.2.2
## 5.2.2 - 2016-02-16

### New

* Add `Collective\Html\HtmlBuilder::tag()` helper. ([@paulvl](https://github.com/paulvl))

### Fixed

* `Collective\Html\HtmlBuilder::textarea()` should return `Illuminate\Support\HtmlString`.

## 5.2.1 - 2015-12-27

### New
Expand Down

0 comments on commit 5f77337

Please sign in to comment.