From 4ae14a2894d99f7b726b7617776938d36f2dce3d Mon Sep 17 00:00:00 2001 From: rubenvanassche Date: Mon, 9 Jan 2023 08:05:08 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e6cae9..6616be2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `laravel-data` will be documented in this file. +## 2.2.2 - 2023-01-09 + +- Add a way to prepend DataPipes to the pipeline (#305) +- Better IDE completion (#307) +- Make eloquent collection cast respect collection (#308) + ## 2.2.1 - 2022-12-21 - fix support to return 201 status code in Json Responses (#291)