From 9e5ab6f7716f65cb1445400186974e46ef8a3e85 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 12 Jun 2024 21:22:01 -0400 Subject: [PATCH] Update changelog formatting --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584ff884..04be7b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,14 @@ ## [v1.2.0](https://github.com/inertiajs/inertia-laravel/compare/v1.1.0...v1.2.0) - 2024-05-17 -* [1.x] Make commands lazy by [@timacdonald](https://github.com/timacdonald) in https://github.com/inertiajs/inertia-laravel/pull/601 -* [1.x] Persistent properties by [@lepikhinb](https://github.com/lepikhinb) in https://github.com/inertiajs/inertia-laravel/pull/621 -* [1.x] Exclude properties from partial responses by [@lepikhinb](https://github.com/lepikhinb) in https://github.com/inertiajs/inertia-laravel/pull/622 +- Make commands lazy ([#601](https://github.com/inertiajs/inertia-laravel/pull/601)) +- Add persistent properties ([#621](https://github.com/inertiajs/inertia-laravel/pull/621)) +- Exclude `except` props from partial reloads ([#622](https://github.com/inertiajs/inertia-laravel/pull/622)) ## [v1.1.0](https://github.com/inertiajs/inertia-laravel/compare/v1.0.0...v1.1.0) - 2024-05-16 -* Support dot notation in partial requests by [@lepikhinb](https://github.com/lepikhinb) in https://github.com/inertiajs/inertia-laravel/pull/620 -* [1.x] Add `$request->inertia()` IDE helper by [@ycs77](https://github.com/ycs77) in https://github.com/inertiajs/inertia-laravel/pull/625 +- Support dot notation in partial requests ([#620](https://github.com/inertiajs/inertia-laravel/pull/620)) +- Add `$request->inertia()` IDE helper ([#625](https://github.com/inertiajs/inertia-laravel/pull/625)) ## [v1.0.0](https://github.com/inertiajs/inertia-laravel/compare/v0.6.11...v1.0.0) - 2024-03-08