diff --git a/docs/changes.md b/docs/changes.md index 6fa1b5d..6e2f344 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,12 @@ title: HTML Change Log ## Version 3.1 {#v3-1} +### v3.1.7 {#v3-1-7} + +* Don't double escape in `Orchestra\Html\Support\FormBuilder::option()`. +* Allow `Orchestra\Html\Support\FormBuilder::checkbox()` to work with eloquent relationship. +* Fixes incorrect param type in `Orchestra\Html\Support\HtmlBuilder` codeblock. + ### v3.1.6 {#v3-1-6} * Rework on configuration binding. Solve issue where configuration is missing when binding occur earlier than service provider booting process especially during testing.