Skip to content

Commit 5f77337

Browse files
committed
v5.2.2
### 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>
1 parent 49a5a45 commit 5f77337

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

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

5-
## 5.2.2
5+
## 5.2.2 - 2016-02-16
66

77
### New
88

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

11+
### Fixed
12+
13+
* `Collective\Html\HtmlBuilder::textarea()` should return `Illuminate\Support\HtmlString`.
14+
1115
## 5.2.1 - 2015-12-27
1216

1317
### New

0 commit comments

Comments
 (0)