Skip to content

Commit

Permalink
Prepare 5.2.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 21, 2015
1 parent 26c4d37 commit 0d0d34c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 5.2.0

* Update support to Laravel Framework 5.2.
* Add `Collective\Html\Componentable` trait to build HTML or Form components. ([@adamgoose](https://github.com/adamgoose))
* Add `Collective\Html\Eloquent\FormAccessible` trait. [@adamgoose](https://github.com/adamgoose))
* Convert all output to return `Illuminate\Support\Htmlable` instead of basic `string`. [@adamgoose](https://github.com/adamgoose))

## 5.1.4 - 2015-12-21

### New
Expand Down

0 comments on commit 0d0d34c

Please sign in to comment.