Skip to content

Commit 014db8a

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent cb97afe commit 014db8a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-data` will be documented in this file.
44

5+
## 4.15.1 - 2025-04-10
6+
7+
### What's Changed
8+
9+
* Fix #997 by @bentleyo in https://github.com/spatie/laravel-data/pull/998
10+
11+
**Full Changelog**: https://github.com/spatie/laravel-data/compare/4.15.0...4.15.1
12+
513
## 4.15.0 - 2025-04-09
614

715
### What's Changed
@@ -93,6 +101,7 @@ SongData::factory()
93101

94102

95103

104+
96105
```
97106
#### Injecting property values
98107

@@ -110,6 +119,7 @@ class SongData extends Data {
110119

111120

112121

122+
113123
```
114124
#### Merging manual rules
115125

@@ -141,6 +151,7 @@ class SongData extends Data
141151

142152

143153

154+
144155
```
145156
#### New property mappers:
146157

0 commit comments

Comments
 (0)