Update CHANGELOG.md

This commit is contained in:
stefanScrumble
2024-01-04 12:48:01 +01:00
committed by GitHub
parent eebd08fc2e
commit 1754dbb267
+11
View File
@@ -15,6 +15,17 @@ All notable changes to this project will be documented in this file.
### Added
- Add support for `immutable_date:*` and `immutable_datetime:*` casts. [#1380 / thekonz](https://github.com/barryvdh/laravel-ide-helper/pull/1380)
2024-01-04, v2.14.0
------------------
### Fixes
- Add AllowDynamicProperties when creating mixin: credit to GeoSot - https://github.com/GeoSot/laravel-ide-helper
- Fix for getSomethingAttribute functions which return a collection with type templating in the phpDoc.
### Extra
This release contains all commits from the main laravel-ide-helper repo up to 04-01-2024.
2023-02-04, 2.13.0
------------------