diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a762104..f9dcd1d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-data` will be documented in this file. +## 3.7.0 - 2023-07-05 + +- Add support for better exception messages when parameters are missing +- Fix default properties generating validation rules when not provided +- Add last() method on DataCollection (#486) +- Add new manual written present attribute rule always overwrites a generated required rule +- Added the ability to create data files, casts, transformers and rules using Laravel Idea plugin #485 + ## 3.6.0 - 2023-06-02 - Add some config options to the `make:data` command (#449, #335)