diff --git a/docs/changes.md b/docs/changes.md index 8d2985c..0eedbf4 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -3,7 +3,11 @@ title: Support Change Log --- -## Version 2.1 {#v2-1} +## Version 2.1 {#v2-1 + +### v2.1.3 {#v2-1-2} + +* Convert `Orchestra\Support\Nesty` to utilize `Orchestra\Support\Collection`. ### v2.1.2 {#v2-1-2} diff --git a/src/Support/Nesty.php b/src/Support/Nesty.php index 8f82734..f77ccab 100644 --- a/src/Support/Nesty.php +++ b/src/Support/Nesty.php @@ -1,6 +1,5 @@