diff --git a/docs/changes.md b/docs/changes.md index b1d5ff4..6fa1b5d 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,11 @@ title: HTML Change Log ## Version 3.1 {#v3-1} +### 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. +* Use new `Orchestra\Html\HtmlBuilder::attributable()` on table default views. + ### v3.1.5 {#v3-1-5} * Add `Orchestra\Html\HtmlBuilder::attributable()` method.