Skip to content

Commit db606f3

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent b106f7e commit db606f3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v3.6.1 - 2025-12-10
4+
5+
### What's Changed
6+
7+
* Fix `methodsto` typo in README by @peterchrjoergensen in https://github.com/barryvdh/laravel-ide-helper/pull/1723
8+
* Bump actions/checkout from 4 to 5 in the deps group by @dependabot[bot] in https://github.com/barryvdh/laravel-ide-helper/pull/1731
9+
* Fix typos in documentation and code comments by @kei1111 in https://github.com/barryvdh/laravel-ide-helper/pull/1733
10+
* Add php 8.5 support by @sergiy-petrov in https://github.com/barryvdh/laravel-ide-helper/pull/1735
11+
* Fix alias fake error by @WentTheFox in https://github.com/barryvdh/laravel-ide-helper/pull/1745
12+
* Remove calls to PHP 8.5-deprecated `setAccessible` by @jnoordsij in https://github.com/barryvdh/laravel-ide-helper/pull/1744
13+
* Bump the deps group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/barryvdh/laravel-ide-helper/pull/1743
14+
* Add support for `decimal` column type by @BrainStone in https://github.com/barryvdh/laravel-ide-helper/pull/1739
15+
16+
### New Contributors
17+
18+
* @peterchrjoergensen made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1723
19+
* @kei1111 made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1733
20+
* @WentTheFox made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1745
21+
* @BrainStone made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1739
22+
23+
**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.6.0...v3.6.1
24+
325
## v3.6.0 - 2025-07-18
426

527
### What's Changed

0 commit comments

Comments
 (0)